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
RUN apt-get -y update \
&& apt-get -y --no-install-recommends install \
procps \
bzip2 \
ca-certificates \
curl \
ffmpeg \
jq \
procps \
tar \
unzip \
wget \

Loading…
Cancel
Save