mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-09 22:01:28 +03:00
Fixed repo for atomicparsley on docker/alpine
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
FROM alpine:3.11
|
FROM alpine:3.11
|
||||||
|
|
||||||
RUN apk add --update npm python ffmpeg atomicparsley
|
RUN \
|
||||||
|
apk add --update npm python ffmpeg \
|
||||||
|
apk add --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \
|
||||||
|
atomicparsley
|
||||||
|
|
||||||
# Change directory so that our commands run inside this new directory
|
# Change directory so that our commands run inside this new directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user