Partially reverted fecefde3ad

pull/672/head
Isaac Abadi 3 years ago
parent 940267651d
commit e726e991cc

@ -47,7 +47,8 @@ RUN npm config set strict-ssl false && \
# Final image
FROM base
RUN apt update && \
RUN npm install -g pm2 && \
apt update && \
apt install -y --no-install-recommends gosu python3-minimal python-is-python3 python3-pip atomicparsley && \
apt clean && \
rm -rf /var/lib/apt/lists/*

@ -45,7 +45,6 @@
"passport-jwt": "^4.0.0",
"passport-ldapauth": "^3.0.1",
"passport-local": "^1.0.0",
"pm2": "^5.2.0",
"progress": "^2.0.3",
"ps-node": "^0.1.6",
"read-last-lines": "^1.7.2",

Loading…
Cancel
Save