Browse Source

Added ffmpeg to the container

master
Drew Short 4 years ago
parent
commit
b81ae656da
  1. 3
      Dockerfile

3
Dockerfile

@ -24,11 +24,12 @@ VOLUME /project
# Install required tooling # Install required tooling
RUN apt-get -y update \ RUN apt-get -y update \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
procps \
bzip2 \ bzip2 \
ca-certificates \ ca-certificates \
curl \ curl \
ffmpeg \
jq \ jq \
procps \
tar \ tar \
unzip \ unzip \
wget \ wget \

Loading…
Cancel
Save