We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bba4df commit 58665b6Copy full SHA for 58665b6
Containerfile
@@ -39,9 +39,9 @@ FROM $BASE_IMAGE
39
# Switch to root for installing packages
40
USER root
41
42
-# Install some helpful utilities
+# Install some helpful utilities and deps
43
RUN dnf install -y --setopt=install_weak_deps=False \
44
- vi tar rsync \
+ vi tar rsync ffmpeg-free \
45
&& dnf clean all
46
47
# Switch back to unpriv user
0 commit comments