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 36817b1 commit 2501c9fCopy full SHA for 2501c9f
splunk/common-files/Dockerfile
@@ -56,7 +56,6 @@ COPY [ "splunk/common-files/updateetc.sh", "/sbin/" ]
56
# Setup users and groups
57
RUN groupadd -r -g ${GID} ${SPLUNK_GROUP} \
58
&& useradd -r -m -u ${UID} -g ${GID} ${SPLUNK_USER} \
59
- && chown -R splunk.splunk ${SPLUNK_HOME} \
60
&& chmod 755 /sbin/updateetc.sh
61
62
COPY --from=package --chown=splunk:splunk /minimal /opt
0 commit comments