Skip to content

Commit 36817b1

Browse files
author
Brent Boe
committed
Seems to cause an issue with downstream images
1 parent 6b78733 commit 36817b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunk/common-files/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPY [ "splunk/common-files/updateetc.sh", "/sbin/" ]
5555

5656
# Setup users and groups
5757
RUN groupadd -r -g ${GID} ${SPLUNK_GROUP} \
58-
&& useradd -r -m -u ${UID} -g ${GID} -s /sbin/nologin -d ${SPLUNK_HOME} ${SPLUNK_USER} \
58+
&& useradd -r -m -u ${UID} -g ${GID} ${SPLUNK_USER} \
5959
&& chown -R splunk.splunk ${SPLUNK_HOME} \
6060
&& chmod 755 /sbin/updateetc.sh
6161

0 commit comments

Comments
 (0)