This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch joshfischer/asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/joshfischer/asf-site by this
push:
new 43ca1e7 add user flag back. Update path
43ca1e7 is described below
commit 43ca1e748c3b33109a9038c956dec08cf9bd02e5
Author: Josh Fischer <[email protected]>
AuthorDate: Mon Nov 25 20:29:35 2019 -0600
add user flag back. Update path
---
website2/website/scripts/Dockerfile.ubuntu18.04 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/website2/website/scripts/Dockerfile.ubuntu18.04
b/website2/website/scripts/Dockerfile.ubuntu18.04
index 8ae5d60..4cd4253 100644
--- a/website2/website/scripts/Dockerfile.ubuntu18.04
+++ b/website2/website/scripts/Dockerfile.ubuntu18.04
@@ -61,7 +61,8 @@ USER $UNAME
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
+ && /tmp/bazel.sh --user
ADD bazelrc /$UNAME/.bazelrc
+ENV PATH="/$UNAME/bin:${PATH}"