Skip to content

Commit

Permalink
chore(rpm): bump rpm image for installing dev-tools
Browse files Browse the repository at this point in the history
FTI-6046
FTI-6047
  • Loading branch information
Water-Melon committed Jul 1, 2024
1 parent 83bc641 commit 3b9cd7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.rpm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# When you update this file substantially, please update build_your_own_images.md as well.
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.7@sha256:6910799b75ad41f00891978575a0d955be2f800c51b955af73926e7ab59a41c3
FROM redhat/ubi8

LABEL maintainer="Kong Docker Maintainers <[email protected]> (@team-gateway-bot)"

Expand Down Expand Up @@ -38,6 +38,7 @@ RUN set -ex; \
|| exit 1; \
fi \
# findutils provides xargs (temporarily)
&& yum install -y microdnf procps-ng hostname \
&& microdnf install --assumeyes --nodocs \
findutils \
shadow-utils \
Expand Down

0 comments on commit 3b9cd7c

Please sign in to comment.