Skip to content

Commit

Permalink
Trying to fix the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Sep 18, 2023
1 parent b2d4cf5 commit b80a020
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ EXPOSE ${PRESTO_PORT}
WORKDIR /app
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -qq && apt-get install -y --no-install-recommends apt-transport-https
RUN apt-get update -qq && apt-get install -y --no-install-recommends ffmpeg cmake swig libavcodec-dev libavformat-dev git
RUN ln -s /usr/bin/ffmpeg /usr/local/bin/ffmpeg

Expand Down

0 comments on commit b80a020

Please sign in to comment.