From 75a2050eedc32f2dfae1b76c2fa8ef4902054527 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Wed, 8 Oct 2025 06:51:41 -0700 Subject: [PATCH] microdnf clean image Signed-off-by: Anders Swanson --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a444fe4d..259063c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,8 @@ ENV GOARCH=${GOARCH:-amd64} RUN microdnf update && \ microdnf install -y oracle-instantclient-release-23ai-el8-1.0-4.el8 && \ microdnf install -y oracle-instantclient-basic-23.9.0.25.07-1.el8 && \ - microdnf install -y glibc-2.28-251.0.3.el8_10.25 + microdnf install -y glibc-2.28-251.0.3.el8_10.25 && \ + microdnf clean all ENV LD_LIBRARY_PATH=/usr/lib/oracle/23/client64/lib ENV PATH=$PATH:/usr/lib/oracle/23/client64/bin