Commit e2f6032a authored by nanahira's avatar nanahira

update docker

parent 9881502c
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
FROM node:stretch FROM node:stretch
# apt # apt
RUN apt update RUN apt update && \
RUN env DEBIAN_FRONTEND=noninteractive apt install -y curl wget vim sudo git build-essential libssl1.0-dev libsqlite3-dev sqlite3 mono-complete p7zip-full redis-server env DEBIAN_FRONTEND=noninteractive apt install -y curl wget vim sudo git build-essential libssl1.0-dev libsqlite3-dev sqlite3 mono-complete p7zip-full redis-server
RUN npm install -g pm2 RUN 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