Skip to content

Commit

Permalink
Merge pull request #1 from mathew-fleisch/add-ffmpeg
Browse files Browse the repository at this point in the history
Add ffmpeg to apt install defaults for timelapse-pipeline and other i…
  • Loading branch information
mathew-fleisch committed Jun 5, 2021
2 parents 26cf5ab + ddc823f commit ddb83ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR $ASDF_DATA_DIR
# Install apt dependencies, asdf, and set up github user
RUN rm /bin/sh && ln -s /bin/bash /bin/sh \
&& apt update \
&& DEBIAN_FRONTEND=noninteractive apt install -y curl wget apt-utils python3 python3-pip make build-essential openssl lsb-release libssl-dev apt-transport-https ca-certificates iputils-ping git vim jq zip sudo binfmt-support qemu-user-static \
&& DEBIAN_FRONTEND=noninteractive apt install -y curl wget apt-utils python3 python3-pip make build-essential openssl lsb-release libssl-dev apt-transport-https ca-certificates iputils-ping git vim jq zip sudo binfmt-support qemu-user-static ffmpeg \
&& curl -sSL https://get.docker.com/ | sh \
&& echo "%sudo ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers \
&& apt-get clean \
Expand Down

0 comments on commit ddb83ab

Please sign in to comment.