mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-08 18:21:29 +03:00
Remove curl install from pm2
This commit is contained in:
@@ -72,7 +72,7 @@ RUN npm config set strict-ssl false && \
|
|||||||
# Final image
|
# Final image
|
||||||
FROM base
|
FROM base
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install sudo curl && curl -sL https://raw.githubusercontent.com/Unitech/pm2/master/packager/setup.deb.sh | sudo -E bash - && \
|
curl -sL https://raw.githubusercontent.com/Unitech/pm2/master/packager/setup.deb.sh | sudo -E bash - && \
|
||||||
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 build-essential && \
|
||||||
pip install pycryptodomex && \
|
pip install pycryptodomex && \
|
||||||
apt remove -y --purge build-essential && \
|
apt remove -y --purge build-essential && \
|
||||||
|
|||||||
Reference in New Issue
Block a user