Skip to content

Commit

Permalink
Add missing requested lib
Browse files Browse the repository at this point in the history
  • Loading branch information
martadinata666 authored Nov 27, 2023
1 parent 9142c0c commit 688ca07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 688ca07

Please sign in to comment.