Update Dockerfile
This commit is contained in:
parent
0a8b05e1df
commit
9be9035483
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ CMD ["/sbin/my_init"]
|
||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
RUN apt-get update -q && \
|
RUN apt-get update -q && \
|
||||||
|
add-apt-repository ppa:mc3man/trusty-media && \
|
||||||
apt-get install -qy git ffmpeg python wget && \
|
apt-get install -qy git ffmpeg python wget && \
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
|
apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue