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 16bf250 commit b68988cCopy full SHA for b68988c
OracleSOASuite/dockerfiles/14.1.2.0/Containerfile
@@ -35,6 +35,7 @@ RUN mkdir /u01/patches ${OPATCH_PATCH_DIR} && \
35
COPY patches/* /u01/patches/
36
COPY opatch_patch/* ${OPATCH_PATCH_DIR}/
37
COPY container-scripts/* /u01/oracle/container-scripts/
38
+# hadolint ignore=DL3003
39
RUN cd /u01 && chmod 755 *.jar && \
40
chmod +xr /u01/oracle/container-scripts/*.*
41
0 commit comments