Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
psych0d0g authored Oct 27, 2024
1 parent 19ee264 commit da41667
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libwebpmux3 \
libx264-164 \
libx265-199 \
libzvbi0
libzvbi0 \
libopus0 \
libtheora0 \
libvorbisenc2


# setup python specific environment
COPY requirements.txt /app/
Expand Down

0 comments on commit da41667

Please sign in to comment.