Skip to content

Commit

Permalink
make Docker builds work correctly with FFMPEG
Browse files Browse the repository at this point in the history
  • Loading branch information
aetaric committed Aug 21, 2022
1 parent 29ca55f commit c8bf499
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
@@ -1,5 +1,6 @@
FROM alpine:latest
LABEL maintainer="[email protected]"
COPY checkrr /checkrr
RUN apk add ffmpeg
WORKDIR "/"
ENTRYPOINT [ "/checkrr" ]

0 comments on commit c8bf499

Please sign in to comment.