Commit 9d7bf47d authored by nanahira's avatar nanahira

update

parent 29a178f1
......@@ -8,8 +8,8 @@ RUN npm install -g pm2
# apt
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y git 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 && \
rm -rf /var/lib/apt/lists/*
COPY . /taiko-web
WORKDIR /taiko-web
......
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