Skip to content

Commit

Permalink
toolbox-kdedev: Disable fedora-cisco-openh264 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Jan 18, 2024
1 parent d5b85d9 commit a337aeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion toolbox-kdedev/Containerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
FROM registry.fedoraproject.org/fedora-toolbox:39

# - Disable fedora-cisco-openh264 repo
# - Install common development tools
# - Install all build deps for kdesrc-build (plasma only, no apps)
# - Install extra packages for KDE development
# - Install build deps for Discover development. This will ignore errors
# encountered during flatpak installation.
# - Remove mlocate
RUN dnf -y update && \
RUN sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/fedora-cisco-openh264.repo && \
dnf -y update && \
dnf -y install \
ShellCheck \
fd-find \
Expand Down

0 comments on commit a337aeb

Please sign in to comment.