Commit 4089a50e authored by nanahira's avatar nanahira

add git back

parent e4d8c557
Dockerfile
.dockerignore
.git*
#.git*
/LICENSE
/README.md
/config.example.json
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment