mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 20:11:28 +03:00
apk add -> apt-get
This commit is contained in:
@@ -5,8 +5,7 @@ RUN sh ./docker-build.sh
|
|||||||
|
|
||||||
FROM ubuntu:focal as frontend
|
FROM ubuntu:focal as frontend
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apt-get update && apt-get install npm
|
||||||
npm
|
|
||||||
|
|
||||||
RUN npm install -g @angular/cli
|
RUN npm install -g @angular/cli
|
||||||
|
|
||||||
@@ -30,7 +29,7 @@ ENV NO_UPDATE_NOTIFIER=true
|
|||||||
|
|
||||||
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
|
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apt-get update && apt-get install \
|
||||||
npm \
|
npm \
|
||||||
python2 \
|
python2 \
|
||||||
python3 \
|
python3 \
|
||||||
|
|||||||
Reference in New Issue
Block a user