mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-14 19:11:29 +03:00
Add missing requested lib
This commit is contained in:
committed by
GitHub
parent
9142c0c6fb
commit
688ca07e1f
@@ -73,7 +73,7 @@ RUN npm config set strict-ssl false && \
|
|||||||
FROM base
|
FROM base
|
||||||
RUN npm install -g pm2 && \
|
RUN npm install -g pm2 && \
|
||||||
apt update && \
|
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 && \
|
pip install pycryptodomex && \
|
||||||
apt remove -y --purge build-essential && \
|
apt remove -y --purge build-essential && \
|
||||||
apt autoremove -y --purge && \
|
apt autoremove -y --purge && \
|
||||||
|
|||||||
Reference in New Issue
Block a user