Skip to content

Commit

Permalink
Fix: ffmpeg missing
Browse files Browse the repository at this point in the history
Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed Jan 10, 2024
1 parent b01571a commit 7ed0107
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends python3=3.9.2-3
apt-get clean && \
rm -rf /var/lib/apt/lists/*

COPY --link --from=mwader/static-ffmpeg:6.1.1 /ffmpeg /usr/bin/
COPY --link --from=mwader/static-ffmpeg:6.1.1 /ffprobe /usr/bin/

ARG UID

EXPOSE 8080
Expand Down

0 comments on commit 7ed0107

Please sign in to comment.