Skip to content

Commit

Permalink
Update buildubimicro.sh (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
atye authored Feb 1, 2024
1 parent 9138329 commit c4f8816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/buildubimicro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

microcontainer=$(buildah from $1)
micromount=$(buildah mount $microcontainer)
dnf install --installroot $micromount --releasever=8 --nodocs --setopt install_weak_deps=false openssl nettle gnutls systemd -y
dnf install --installroot $micromount --releasever=8 --nodocs --setopt install_weak_deps=false --setopt=reposdir=/etc/yum.repos.d/ openssl nettle gnutls systemd -y
dnf clean all --installroot $micromount
buildah umount $microcontainer
buildah commit $microcontainer resiliency-ubimicro
buildah commit $microcontainer resiliency-ubimicro

0 comments on commit c4f8816

Please sign in to comment.