Partially reverted fecefde3ad

This commit is contained in:
Isaac Abadi
2022-06-27 13:12:53 -04:00
parent 940267651d
commit e726e991cc
2 changed files with 2 additions and 2 deletions

View File

@@ -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/*

View File

@@ -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",