Skip to content

Commit

Permalink
chore: add useful packages
Browse files Browse the repository at this point in the history
adds some more things
  • Loading branch information
BobyMCbobs committed Feb 23, 2024
1 parent c990c45 commit c3295cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ ARG COREOS_VERSION="${COREOS_VERSION:-stable}"
FROM quay.io/fedora/fedora-coreos:${COREOS_VERSION}
RUN rpm-ostree override remove \
nfs-utils-coreos \
--install=gdisk \
--install=cloud-utils \
--install=strace \
--install=vim \
--install=netcat \
--install=libvirt \
--install=qemu \
--install=bootc \
Expand Down

0 comments on commit c3295cf

Please sign in to comment.