add git back

This commit is contained in:
purerosefallen 2019-06-27 13:44:56 +08:00
parent e4d8c55785
commit 4089a50eef
No known key found for this signature in database
GPG Key ID: E6D78C90943A3185
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Dockerfile
.dockerignore
.git*
#.git*
/LICENSE
/README.md
/config.example.json

View File

@ -6,7 +6,7 @@ FROM node:stretch-slim
# apt
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y python2.7 python-virtualenv python3.5 python3-virtualenv ffmpeg nginx
env DEBIAN_FRONTEND=noninteractive apt install -y git python2.7 python-virtualenv python3.5 python3-virtualenv ffmpeg nginx
#pm2
RUN npm install -g pm2