Add missing requested lib

This commit is contained in:
Dedy Martadinata S
2023-11-27 16:09:16 +07:00
committed by GitHub
parent 9142c0c6fb
commit 688ca07e1f

View File

@@ -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 && \