Skip to content

Commit

Permalink
Upgrade krb5-libs in amd64 image
Browse files Browse the repository at this point in the history
Signed-off-by: Konrad-Pomian <[email protected]>
  • Loading branch information
K-Pomian committed Dec 4, 2024
1 parent f3f831f commit dab3236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anax-in-container/Dockerfile.ubi.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ARG DOCKER_VER=24.0.9
ARG REQUIRED_RPMS="openssl ca-certificates shadow-utils jq iptables vim-minimal psmisc procps-ng tar gzip"
RUN microdnf update -y --nodocs --setopt=install_weak_deps=0 --disableplugin=subscription-manager \
&& microdnf install -y --nodocs --setopt=install_weak_deps=0 --disableplugin=subscription-manager ${REQUIRED_RPMS} \
&& microdnf upgrade -y --nodocs --setopt=install_weak_deps=0 --disableplugin=subscription-manager krb5-libs \
&& curl -4fsSLO https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VER}.tgz \
&& tar xzvf docker-${DOCKER_VER}.tgz --strip 1 -C /usr/bin docker/docker \
&& rm docker-${DOCKER_VER}.tgz \
Expand Down

0 comments on commit dab3236

Please sign in to comment.