Skip to content

Commit 58665b6

Browse files
committed
Add ffmpeg for audio
Signed-off-by: Samuel Monson <[email protected]>
1 parent 8bba4df commit 58665b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ FROM $BASE_IMAGE
3939
# Switch to root for installing packages
4040
USER root
4141

42-
# Install some helpful utilities
42+
# Install some helpful utilities and deps
4343
RUN dnf install -y --setopt=install_weak_deps=False \
44-
vi tar rsync \
44+
vi tar rsync ffmpeg-free \
4545
&& dnf clean all
4646

4747
# Switch back to unpriv user

0 commit comments

Comments
 (0)