This commit is contained in:
purerosefallen 2019-06-16 03:01:41 +08:00
parent 864716adb7
commit e7d218690f
No known key found for this signature in database
GPG Key ID: E6D78C90943A3185

View File

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