We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9066720 commit 5ec8adfCopy full SHA for 5ec8adf
Dockerfile
@@ -38,7 +38,8 @@ ENV GOARCH=${GOARCH:-amd64}
38
RUN microdnf update && \
39
microdnf install -y oracle-instantclient-release-23ai-el8-1.0-4.el8 && \
40
microdnf install -y oracle-instantclient-basic-23.9.0.25.07-1.el8 && \
41
- microdnf install -y glibc-2.28-251.0.3.el8_10.25
+ microdnf install -y glibc-2.28-251.0.3.el8_10.25 && \
42
+ microdnf clean all
43
44
ENV LD_LIBRARY_PATH=/usr/lib/oracle/23/client64/lib
45
ENV PATH=$PATH:/usr/lib/oracle/23/client64/bin
0 commit comments