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

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

commit 63c263cc4cd0ab259c7cd6e3872215eab2e1c4b0
Author: Josh Fischer <[email protected]>
AuthorDate: Sat Mar 7 21:31:02 2020 -0600

    clean up dist dockerfile
---
 docker/dist/Dockerfile.dist.debian10 | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/docker/dist/Dockerfile.dist.debian10 
b/docker/dist/Dockerfile.dist.debian10
index ed5f591..a78d6f9 100644
--- a/docker/dist/Dockerfile.dist.debian10
+++ b/docker/dist/Dockerfile.dist.debian10
@@ -18,24 +18,12 @@
 FROM openjdk:11.0.6-slim-buster
 
 RUN apt-get update && apt-get -y install \
-      automake \
-      apt-utils \
-      build-essential \
-      cmake \
+      netcat-openbsd \
       curl \
-      libssl-dev \
-      git \
-      libtool \
-      libtool-bin \
       python \
       python2.7-dev \
-      software-properties-common \
       supervisor \
-      python-setuptools \
-      tree \
-      zip \
-      unzip \
-      wget
+      unzip
 
 ADD artifacts /heron
 

Reply via email to