From 688ca07e1f643c3df96b816a2a11d21a01c6dd73 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Mon, 27 Nov 2023 16:09:16 +0700 Subject: [PATCH] Add missing requested lib --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \