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