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 4e643e9 commit b2b3e90Copy full SHA for b2b3e90
OracleAnalytics/patches/2025-patch/Dockerfile
@@ -37,6 +37,13 @@ FROM oracle/analyticsserver:2025
37
# ------
38
LABEL "maintainer"="Padam Bengani <[email protected]>"
39
40
+# Install
41
+#-------------------------------------------------------------
42
+USER root
43
+
44
+# tools for applying patches
45
+RUN dnf install -y binutils make gcc glibc-devel && dnf clean all
46
47
# Common ENV
48
#-----------
49
ENV OPATCH_NO_FUSER=true
0 commit comments