Skip to content

Commit

Permalink
chore(toolbox): add multimedia codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehsiao committed Dec 30, 2024
1 parent bb5f852 commit 0a07600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolbox/Containerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY ./toolbox/packages.fedora /tmp/toolbox-packages

RUN dnf -y upgrade && \
dnf -y install $(<tmp/toolbox-packages) && \
dnf -y group install multimedia && \
dnf clean all

# Set up dependencies
Expand Down

0 comments on commit 0a07600

Please sign in to comment.