Commit e13adce0 authored by nanahira's avatar nanahira

fix

parent efcc9f05
...@@ -15,7 +15,7 @@ FROM node:buster-slim ...@@ -15,7 +15,7 @@ FROM node:buster-slim
#dependencies #dependencies
RUN apt update && \ RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt install -y python2.7 python-virtualenv python3.5 python3-virtualenv ffmpeg nginx envsubst && \ env DEBIAN_FRONTEND=noninteractive apt install -y python2.7 python-virtualenv python3.5 python3-virtualenv ffmpeg nginx gettext-base && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
npm install -g pm2 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