Skip to content

Commit

Permalink
Dockerfile: install alma minimal updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Oct 12, 2023
1 parent 0c731ca commit 2b57e5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ RUN if [[ $TARGETARCH = "amd64" ]] ; then \
microdnf install -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 \
srvadmin-idracadm7 ; fi

# update dependencies
RUN microdnf update -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 \
--setopt=keepcache=0 && microdnf clean all

# install misc support packages
RUN microdnf install -y --setopt=tsflags=nodocs --setopt=install_weak_deps=0 \
dmidecode \
Expand Down

0 comments on commit 2b57e5d

Please sign in to comment.