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 f644f06 commit af3ec8eCopy full SHA for af3ec8e
ga/23.0.0.5/full/Dockerfile.ubi.ibmjava8
@@ -22,7 +22,7 @@ RUN if [ ! -z $REPOSITORIES_PROPERTIES ]; then mkdir /opt/ibm/wlp/etc/ \
22
&& installUtility install --acceptLicense baseBundle \
23
&& if [ ! -z $REPOSITORIES_PROPERTIES ]; then rm /opt/ibm/wlp/etc/repositories.properties; fi \
24
&& rm -rf /output/workarea /output/logs \
25
- && find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw
+ && find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw
26
27
COPY --chown=1001:0 server.xml /config/
28
0 commit comments