Cleaned up pm2 installcommand

This commit is contained in:
Tzahi12345
2023-12-09 00:40:10 -05:00
parent eb8cd3fd06
commit 1bf348f481

View File

@@ -72,7 +72,7 @@ RUN npm config set strict-ssl false && \
# Final image
FROM base
RUN apt update && \
curl -sL https://raw.githubusercontent.com/Unitech/pm2/master/packager/setup.deb.sh | sudo -E bash - && \
curl -sL https://raw.githubusercontent.com/Unitech/pm2/master/packager/setup.deb.sh | bash && \
apt install -y --no-install-recommends gosu python3-minimal python-is-python3 python3-pip atomicparsley build-essential && \
pip install pycryptodomex && \
apt remove -y --purge build-essential && \