From 8c60c5e1978b54faf9ab577cd61858ec2d24ddda Mon Sep 17 00:00:00 2001 From: Adam Maracz Date: Fri, 16 Apr 2021 16:49:55 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a9d55c..4bbc69b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ ENV TZ "UTC" RUN echo "UTC" > /etc/timezone RUN dpkg-reconfigure --frontend noninteractive tzdata RUN apt-get install -y git wget python ffmpeg curl apache2 php libapache2-mod-php php-mysql php-xml php-zip php-gd -RUN wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/bin/youtube-dl && chmod a+rx /usr/bin/youtube-dl +RUN wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/bin/youtube-dl +RUN chmod a+rx /usr/bin/youtube-dl RUN rm -f /etc/localtime RUN ln -fs /usr/share/zoneinfo/UCT /etc/localtime