diff --git a/Dockerfile b/Dockerfile index d322eb9..d314c06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ RUN npm config set strict-ssl false && \ FROM base RUN npm install -g pm2 && \ apt update && \ - apt install -y --no-install-recommends gosu python3-minimal python-is-python3 python3-pip atomicparsley build-essential && \ + apt install -y --no-install-recommends gosu python3-minimal python-is-python3 python3-pip atomicparsley libatomic1 build-essential && \ pip install pycryptodomex && \ apt remove -y --purge build-essential && \ apt autoremove -y --purge && \