Commit efcc9f05 authored by nanahira's avatar nanahira

missing dependency

parent e202b613
......@@ -15,7 +15,7 @@ FROM node:buster-slim
#dependencies
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 python2.7 python-virtualenv python3.5 python3-virtualenv ffmpeg nginx envsubst && \
rm -rf /var/lib/apt/lists/* && \
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