Skip to content

Commit

Permalink
Merge pull request #51 from tphakala/dev
Browse files Browse the repository at this point in the history
enh(docker): add ffmpeg to container image
  • Loading branch information
tphakala authored Mar 11, 2024
2 parents a074b12 + 12863af commit 3de992a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y \
ca-certificates \
libasound2 \
ffmpeg \
sox \
ffmpeg \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 3de992a

Please sign in to comment.