From 25bf7a6fddad7a0380cf29fd97c7275016ef6901 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Fri, 15 Dec 2023 22:24:57 -0500 Subject: [PATCH] Trying removal of python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bd79f6..d184d86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN npm config set strict-ssl false && \ FROM base RUN apt update && \ 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 && \ + apt install -y --no-install-recommends gosu atomicparsley build-essential && \ pip install pycryptodomex && \ apt remove -y --purge build-essential && \ apt autoremove -y --purge && \