Skip to content

Commit

Permalink
toolbox: Cleanup unused tools & comments
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Nov 25, 2024
1 parent 1236250 commit ad65410
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions toolbox/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ FROM registry.fedoraproject.org/fedora-toolbox:41
# - Install gh (GitHub) cli
# - Install build dependencies for some Rust applications
# - Install virt-install
# - Install Cloud command line tools (disabled)
# - Remove mlocate
RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo \
&& dnf -y update \
Expand Down Expand Up @@ -61,9 +60,6 @@ RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo
&& dnf -y install \
go \
--exclude=mercurial,subversion \
&& dnf -y install \
mkosi \
--exclude=apt,arch-install-scripts,archlinux-keyring,debian-keyring,logrotate,pacman,zypper \
&& dnf -y install \
butane \
coreos-installer \
Expand All @@ -74,15 +70,13 @@ RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo
dejavu-sans-fonts \
dejavu-sans-mono-fonts \
graphviz \
hugo \
npm \
pandoc \
pdf-stapler \
qrencode \
ruby \
ruby-devel \
rubygem-bundler \
yt-dlp \
--exclude=adobe-source-code-pro-fonts,logrotate,low-memory-monitor,nodejs-docs,nodejs-full-i18n,pipewire,tracker,tracker-miners,upower,xdg-desktop-portal-gtk \
&& dnf -y install \
openssl-devel \
Expand Down

0 comments on commit ad65410

Please sign in to comment.