This is an automated email from the ASF dual-hosted git repository.
nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new d43f6bd Use netcat-bsd in Debian (#3447)
d43f6bd is described below
commit d43f6bd0266d8d20a1883a087f922a7925730c0c
Author: Ning Wang <[email protected]>
AuthorDate: Sun Feb 9 12:18:43 2020 -0800
Use netcat-bsd in Debian (#3447)
---
docker/base/Dockerfile.base.debian9 | 2 +-
docker/dist/Dockerfile.dist.debian9 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker/base/Dockerfile.base.debian9
b/docker/base/Dockerfile.base.debian9
index ebbccf4..27892fc 100644
--- a/docker/base/Dockerfile.base.debian9
+++ b/docker/base/Dockerfile.base.debian9
@@ -18,7 +18,7 @@
FROM openjdk:8-jdk-slim
RUN apt-get -y update && apt-get -y install \
- netcat \
+ netcat-openbsd \
python \
unzip \
curl \
diff --git a/docker/dist/Dockerfile.dist.debian9
b/docker/dist/Dockerfile.dist.debian9
index 27fba8a..97953d9 100644
--- a/docker/dist/Dockerfile.dist.debian9
+++ b/docker/dist/Dockerfile.dist.debian9
@@ -18,7 +18,7 @@
FROM openjdk:8-jdk-slim
RUN apt-get -y update && apt-get -y install \
- netcat \
+ netcat-openbsd \
python \
unzip \
curl \