mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 11:23:20 +03:00
apparently we still need npm in the last stretch..
This commit is contained in:
@@ -40,9 +40,7 @@ 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 \
|
||||||
# YARN: brings along npm, solves dependency conflicts,
|
npm
|
||||||
# spares us this spaghetti approach: https://stackoverflow.com/a/60547197
|
|
||||||
yarn\
|
|
||||||
python2 \
|
python2 \
|
||||||
python3 \
|
python3 \
|
||||||
atomicparsley && \
|
atomicparsley && \
|
||||||
|
|||||||
Reference in New Issue
Block a user