Skip to content

Commit

Permalink
add tools to be able improve ISO for rhel4edge
Browse files Browse the repository at this point in the history
  • Loading branch information
jscotka committed Jan 22, 2024
1 parent 925d1e6 commit 267365e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tasks/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN dnf -y update && \
dbus-glib \
diffstat \
expect \
file \
firefox \
fpaste \
gcc-c++ \
Expand All @@ -19,6 +20,7 @@ RUN dnf -y update && \
gnupg \
google-noto-cjk-fonts-common \
intltool \
isomd5sum \
jq \
lcov \
libappstream-glib \
Expand All @@ -27,14 +29,17 @@ RUN dnf -y update && \
libvirt-client \
libvirt-python3 \
libXt \
mtools \
nc \
net-tools \
nodejs-devel \
npm \
ostree \
passwd \
pigz \
psmisc \
procps-ng \
pykickstart \
python3 \
python3-build \
python3-flake8 \
Expand All @@ -48,10 +53,12 @@ RUN dnf -y update && \
rpmdevtools \
rsync \
socat \
syslinux \
strace \
tar \
vim-enhanced \
virt-install && \
virt-install \
xorriso && \
curl -o /tmp/cockpit.spec -s https://raw.githubusercontent.com/cockpit-project/cockpit/main/tools/cockpit.spec && \
dnf -y builddep --setopt=install_weak_deps=False /tmp/cockpit.spec && \
rm /tmp/cockpit.spec && \
Expand Down

0 comments on commit 267365e

Please sign in to comment.