add git back
This commit is contained in:
parent
e4d8c55785
commit
4089a50eef
@ -1,6 +1,6 @@
|
|||||||
Dockerfile
|
Dockerfile
|
||||||
.dockerignore
|
.dockerignore
|
||||||
.git*
|
#.git*
|
||||||
/LICENSE
|
/LICENSE
|
||||||
/README.md
|
/README.md
|
||||||
/config.example.json
|
/config.example.json
|
||||||
|
@ -6,7 +6,7 @@ FROM node:stretch-slim
|
|||||||
|
|
||||||
# apt
|
# apt
|
||||||
RUN apt update && \
|
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
|
#pm2
|
||||||
RUN npm install -g pm2
|
RUN npm install -g pm2
|
||||||
|
Loading…
Reference in New Issue
Block a user