Skip to content

Commit

Permalink
chore: add --no-cache params
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxsen committed Jul 7, 2024
1 parent f1dc327 commit 22ab38f
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 @@ -9,6 +9,6 @@ FROM alpine:3.12

COPY --from=0 /build/av-capture /bin/

RUN apk add ffmpeg
RUN apk add --no-cache ffmpeg

ENTRYPOINT [ "/bin/av-capture" ]

0 comments on commit 22ab38f

Please sign in to comment.