mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-17 00:51:28 +03:00
Permissions fix for ffmpeg executable
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
FROM ubuntu:22.04 AS ffmpeg
|
FROM ubuntu:22.04 AS ffmpeg
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV UID=1000 \
|
||||||
|
GID=1000 \
|
||||||
|
USER=youtube \
|
||||||
|
DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
COPY docker-build.sh .
|
COPY docker-build.sh .
|
||||||
RUN sh ./docker-build.sh
|
RUN sh ./docker-build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user