mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-16 19:01:29 +03:00
the good? I learn a lot about Docker building
This commit is contained in:
@@ -13,8 +13,8 @@ RUN apt-get update && apt-get -y install \
|
|||||||
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm && \
|
||||||
node-gyp && \
|
apt-get install -f && \
|
||||||
npm install -g @angular/cli
|
npm install -g @angular/cli
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
@@ -38,7 +38,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