Skip to content

Commit

Permalink
Install ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuznets committed Apr 25, 2023
1 parent 1382239 commit 7ce0828
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 @@ -15,7 +15,7 @@ RUN git config --global --add safe.directory /build && \
make build

FROM alpine:3.17.2
RUN apk add --no-cache --update ca-certificates && \
RUN apk add --no-cache --update ca-certificates ffmpeg && \
rm -rf /var/cache/apk/*

COPY --from=build /build/bin/jeepity /srv/jeepity
Expand Down

0 comments on commit 7ce0828

Please sign in to comment.