You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2019/11/26 02:25:53 UTC

[incubator-heron] branch joshfischer/asf-site updated: remove user flag

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 f7a4798  remove user flag
f7a4798 is described below

commit f7a47989036d03ffa30820da52383461be1fc1da
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Mon Nov 25 20:25:35 2019 -0600

    remove user flag
---
 website2/website/scripts/Dockerfile.ubuntu18.04 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/scripts/Dockerfile.ubuntu18.04 b/website2/website/scripts/Dockerfile.ubuntu18.04
index d2a75e1..8ae5d60 100644
--- a/website2/website/scripts/Dockerfile.ubuntu18.04
+++ b/website2/website/scripts/Dockerfile.ubuntu18.04
@@ -61,7 +61,7 @@ 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 --user
+      && /tmp/bazel.sh 
 
 ADD bazelrc /$UNAME/.bazelrc