Skip to content

Commit af3ec8e

Browse files
committed
Unnecessary whitespace character removed
1 parent f644f06 commit af3ec8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ga/23.0.0.5/full/Dockerfile.ubi.ibmjava8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN if [ ! -z $REPOSITORIES_PROPERTIES ]; then mkdir /opt/ibm/wlp/etc/ \
2222
&& installUtility install --acceptLicense baseBundle \
2323
&& if [ ! -z $REPOSITORIES_PROPERTIES ]; then rm /opt/ibm/wlp/etc/repositories.properties; fi \
2424
&& rm -rf /output/workarea /output/logs \
25-
&& find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw
25+
&& find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw
2626

2727
COPY --chown=1001:0 server.xml /config/
2828

0 commit comments

Comments
 (0)