mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-16 09:41:29 +03:00
Merge pull request #115 from SuperSandro2000/alpine-12
Docker: Update Alpine to 3.12
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
FROM alpine:3.11
|
FROM alpine:3.12
|
||||||
|
|
||||||
RUN \
|
RUN apk add --no-cache \
|
||||||
apk add --no-cache npm python ffmpeg && \
|
npm \
|
||||||
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
python2 \
|
||||||
|
ffmpeg \
|
||||||
|
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
||||||
atomicparsley
|
atomicparsley
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user