mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Added back python and added flag to pip to force install pycryptodomex
This commit is contained in:
@@ -75,8 +75,8 @@ RUN npm config set strict-ssl false && \
|
||||
FROM base
|
||||
RUN apt update && \
|
||||
curl -sL https://raw.githubusercontent.com/Unitech/pm2/master/packager/setup.deb.sh | bash && \
|
||||
apt install -y --no-install-recommends gosu atomicparsley build-essential && \
|
||||
pip install pycryptodomex && \
|
||||
apt install -y --no-install-recommends gosu python3-minimal python-is-python3 python3-pip atomicparsley build-essential && \
|
||||
pip install pycryptodomex --break-system-packages && \
|
||||
apt remove -y --purge build-essential && \
|
||||
apt autoremove -y --purge && \
|
||||
apt clean && \
|
||||
|
||||
Reference in New Issue
Block a user