This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d47bd12 Updated site at revision c420b39
d47bd12 is described below
commit d47bd12b701fae6e76b34ecccc88d240888c1263
Author: jenkins <[email protected]>
AuthorDate: Tue Sep 11 15:55:24 2018 +0000
Updated site at revision c420b39
---
content/docker/run.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/docker/run.sh b/content/docker/run.sh
index a4228ac..f4b2bb9 100755
--- a/content/docker/run.sh
+++ b/content/docker/run.sh
@@ -42,7 +42,7 @@ fi
docker build -t "${IMAGE_NAME}-${USER_NAME}" - <<UserSpecificDocker
FROM ${IMAGE_NAME}
RUN groupadd --non-unique -g ${GROUP_ID} ${USER_NAME} && \
- useradd -g ${GROUP_ID} -u ${USER_ID} -k /root -m ${USER_NAME}
+ useradd -l -g ${GROUP_ID} -u ${USER_ID} -k /root -m ${USER_NAME}
ENV HOME /home/${USER_NAME}
UserSpecificDocker