This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/update-site-build
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/joshfischer/update-site-build 
by this push:
     new d71289c  adjust path
d71289c is described below

commit d71289c73ea5a2907591ead86fff19a0c457e04b
Author: Josh Fischer <[email protected]>
AuthorDate: Sat Apr 11 20:48:39 2020 -0500

    adjust path
---
 website2/website/scripts/Dockerfile.ubuntu18.04 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/website2/website/scripts/Dockerfile.ubuntu18.04 
b/website2/website/scripts/Dockerfile.ubuntu18.04
index 0ea84d6..11aab58 100644
--- a/website2/website/scripts/Dockerfile.ubuntu18.04
+++ b/website2/website/scripts/Dockerfile.ubuntu18.04
@@ -52,11 +52,10 @@ RUN apt-get update && apt-get install -y nodejs
 
 ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
 
-
 RUN wget -O /tmp/bazel.sh 
https://github.com/bazelbuild/bazel/releases/download/$bazelVersion/bazel-$bazelVersion-installer-linux-x86_64.sh
 \
       && chmod +x /tmp/bazel.sh \
       && /tmp/bazel.sh --user
 
-ADD bazelrc /$USER/.bazelrc
-ENV PATH="/$USER/bin:${PATH}"
+ADD bazelrc /root/.bazelrc
+ENV PATH="/root/bin:${PATH}"
 

Reply via email to