Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
h8pewou authored Apr 16, 2021
1 parent 1df03ef commit 8c60c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c60c5e

Please sign in to comment.