Skip to content

Commit 2501c9f

Browse files
author
Brent Boe
committed
removing chown
1 parent 36817b1 commit 2501c9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splunk/common-files/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ COPY [ "splunk/common-files/updateetc.sh", "/sbin/" ]
5656
# Setup users and groups
5757
RUN groupadd -r -g ${GID} ${SPLUNK_GROUP} \
5858
&& useradd -r -m -u ${UID} -g ${GID} ${SPLUNK_USER} \
59-
&& chown -R splunk.splunk ${SPLUNK_HOME} \
6059
&& chmod 755 /sbin/updateetc.sh
6160

6261
COPY --from=package --chown=splunk:splunk /minimal /opt

0 commit comments

Comments
 (0)