From 1bf348f4810e5fd52990e0741f2fd2cb6a6484c2 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Sat, 9 Dec 2023 00:40:10 -0500 Subject: [PATCH] Cleaned up pm2 installcommand --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1567d71..ca25726 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \