adding tzdata as a required application for build

This commit is contained in:
Matt Burchett 2017-09-20 18:38:03 -05:00
parent ce0a5d1d0d
commit 613d31192c

View File

@ -11,7 +11,7 @@ RUN sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotne
RUN add-apt-repository ppa:jonathonf/ffmpeg-3
#Install required software
RUN apt-get update && apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg rsync python
RUN apt-get update && apt-get install -y git libopus0 opus-tools libopus-dev libsodium-dev ffmpeg rsync python tzdata
#Add youtube-dl
RUN curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl && chmod a+rx /usr/local/bin/youtube-dl