Skip to content

Commit

Permalink
Merge pull request #21 from Drive4Code/DockerFix
Browse files Browse the repository at this point in the history
Update Docker ffmpeg to 6.0
  • Loading branch information
mmguero authored Oct 22, 2023
2 parents ae06f2b + 1409a0a commit 9e5d853
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ RUN apk add --update --no-cache py3-pip ttf-liberation && \
python3 -m ensurepip && \
python3 -m pip install --no-cache /usr/local/src/cleanvid && \
rm -rf /usr/local/src/cleanvid

COPY --from=mwader/static-ffmpeg:latest /ffmpeg /usr/local/bin/
COPY --from=mwader/static-ffmpeg:latest /ffprobe /usr/local/bin/
COPY --from=mwader/static-ffmpeg:6.0 /ffmpeg /usr/local/bin/
COPY --from=mwader/static-ffmpeg:6.0 /ffprobe /usr/local/bin/

ENTRYPOINT ["cleanvid"]
CMD []

0 comments on commit 9e5d853

Please sign in to comment.