mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-14 17:11:29 +03:00
don't think we need to install curl twice lol
This commit is contained in:
@@ -37,7 +37,6 @@ RUN groupadd -g $GID $USER && useradd --system -g $USER --uid $UID $USER
|
|||||||
|
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||||
RUN apt-get update && apt-get -y install \
|
RUN apt-get update && apt-get -y install \
|
||||||
npm \
|
|
||||||
python2 \
|
python2 \
|
||||||
python3 \
|
python3 \
|
||||||
atomicparsley
|
atomicparsley
|
||||||
|
|||||||
Reference in New Issue
Block a user