add FFMPEG
This commit is contained in:
parent
fa5db09584
commit
efbd704db8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ CMD ["/sbin/my_init"]
|
||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
RUN apt-get update -q && \
|
RUN apt-get update -q && \
|
||||||
apt-get install -qy git 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/*
|
||||||
|
|
||||||
#Volumes and Ports
|
#Volumes and Ports
|
||||||
|
|
Loading…
Add table
Reference in a new issue