From e7d218690fadb34b67ece54d0fdf9ca564ea9ed3 Mon Sep 17 00:00:00 2001 From: purerosefallen <78877@qq.com> Date: Sun, 16 Jun 2019 03:01:41 +0800 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a0df8f..a575806 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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