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

huijun pushed a commit to branch release/0.20.3-incubating-rc4
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/release/0.20.3-incubating-rc4 
by this push:
     new 33ae4cd  fixci
33ae4cd is described below

commit 33ae4cd43d4e3cd6b43222a8f96f391d3b19c73c
Author: Huijun Wu <huij...@twitter.com>
AuthorDate: Thu Jul 16 20:02:47 2020 -0700

    fixci
---
 docker/compile/Dockerfile.debian10 | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docker/compile/Dockerfile.debian10 
b/docker/compile/Dockerfile.debian10
index 097a421..7e675dd 100644
--- a/docker/compile/Dockerfile.debian10
+++ b/docker/compile/Dockerfile.debian10
@@ -15,7 +15,7 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-FROM openjdk:11.0.6-slim-buster
+FROM debian:buster-20200607
 
 # This is passed to the heron build command via the --config flag
 ENV TARGET_PLATFORM debian
@@ -27,21 +27,22 @@ RUN apt-get update && apt-get -y install \
       build-essential \
       cmake \
       curl \
-      libssl-dev \
       git \
+      libcppunit-dev \
       libtool \
       libtool-bin \
-      libcppunit-dev \
+      libssl-dev \
+      openjdk-11-jdk-headless \
       pkg-config \
       python \
       python3 \
+      python3-setuptools \
       python3-dev \
       software-properties-common \
-      python3-setuptools \
       tree \
-      zip \
       unzip \
-      wget
+      wget \
+      zip
 
 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 \

Reply via email to