mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-12 15:50:57 +03:00
Fixed repo for atomicparsley on docker/alpine
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
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
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user