This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
commit 90a1a666821ae376e1ae6be3fd1258faf6297e98 Author: cxorm <lianp...@gmail.com> AuthorDate: Thu Nov 7 10:37:27 2019 +0100 HDDS-1701. Move dockerbin script to libexec Closes #8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c37f3c2..0f69ea4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN mkdir -p /opt/profiler && \ ENV JAVA_HOME=/usr/lib/jvm/jre/ -ENV PATH /opt/hadoop/bin/docker:$PATH:/opt/hadoop/bin +ENV PATH /opt/hadoop/libexec:$PATH:/opt/hadoop/bin RUN groupadd --gid 1000 hadoop RUN useradd --uid 1000 hadoop --gid 100 --home /opt/hadoop --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org