This is an automated email from the ASF dual-hosted git repository. huijun pushed a commit to branch huijunwu/20200717fixdocci in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 8a3d54f535b58158f6f19a013e1da7bcb363453a Author: Huijun Wu <[email protected]> AuthorDate: Fri Jul 17 18:33:14 2020 -0700 fixdocci --- website2/website/scripts/Dockerfile.ubuntu18.04 | 35 +++++++++++++------------ 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/website2/website/scripts/Dockerfile.ubuntu18.04 b/website2/website/scripts/Dockerfile.ubuntu18.04 index ebee6b7..f247083 100644 --- a/website2/website/scripts/Dockerfile.ubuntu18.04 +++ b/website2/website/scripts/Dockerfile.ubuntu18.04 @@ -23,28 +23,29 @@ ENV bazelVersion 3.0.0 RUN apt-get update && apt-get -y install \ - g++ \ - cmake \ + ant \ automake \ + cmake \ + curl \ + curl \ + g++ \ + git \ + libcppunit-dev \ libtool-bin \ libunwind8 \ - patch \ - python-dev \ - wget \ - zip \ - virtualenv \ - unzip \ - git \ - curl \ openjdk-11-jdk-headless \ + patch \ + python3 \ + python3-dev \ + python3-pip \ + python3-setuptools \ + python3-wheel \ + sudo \ tree \ - python-setuptools \ - python-dev \ - python-wheel \ - python \ - python-pip \ - curl \ - sudo + unzip \ + virtualenv \ + wget \ + zip RUN curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
