Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Dec 13, 2024
1 parent 2f241c9 commit c172b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion av/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG USER_ID=1000
ARG USER_GECOS=Default

# hadolint ignore=DL3018
RUN apk --update --no-cache add ffmpeg ffmpegthumbnailer ffmpegthumbs mlt mkvtoolnix mp3gain mp3splt mp3val \
RUN apk --update --no-cache add ffmpeg ffmpegthumbnailer ffmpegthumbs mlt mkvtoolnix mp3splt \
&& rm -rf /var/cache/apk/*

RUN adduser \
Expand Down

0 comments on commit c172b31

Please sign in to comment.