Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaridas authored Sep 17, 2024
1 parent 7ac8805 commit e09c7cb
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 @@ -5,7 +5,7 @@ RUN apk update && apk upgrade

FROM base AS ffmpeg

# We build our own ffmpeg since 4.X is the only one supported.
# We build our own ffmpeg since 4.X is the only one supported
ENV BIN="/usr/bin"
RUN cd && \
apk add --no-cache --virtual \
Expand Down

0 comments on commit e09c7cb

Please sign in to comment.