未验证 提交 ec2d01ab 编写于 作者: P pokemonlover1234 提交者: Anmol Sethi

Add git to docker container

Install git in the docker container, proposed by #203. While it is possible that issue requires further discussion, this is just a proposal pull request. If that proposal is accepted, here's the pull request.
上级 f9448c6c
FROM node:8.15.0
# Install VS Code's deps. These are the only two it seems we need.
# Install VS Code's deps. These are the only two it seems we need. Install git for source control.
RUN apt-get update && apt-get install -y \
libxkbfile-dev \
libsecret-1-dev
libsecret-1-dev \
git
# Ensure latest yarn.
RUN npm install -g yarn@1.13
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册