mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-21 20:20:57 +03:00
Format
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
FROM alpine:3.11
|
||||
|
||||
RUN \
|
||||
apk add --no-cache npm python ffmpeg && \
|
||||
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
||||
RUN apk add --no-cache \
|
||||
npm \
|
||||
python \
|
||||
ffmpeg \
|
||||
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
||||
atomicparsley
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user