Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit d43f6bd

Browse files
authored
Use netcat-bsd in Debian (#3447)
1 parent f7371e1 commit d43f6bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/base/Dockerfile.base.debian9

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
FROM openjdk:8-jdk-slim
1919

2020
RUN apt-get -y update && apt-get -y install \
21-
netcat \
21+
netcat-openbsd \
2222
python \
2323
unzip \
2424
curl \

docker/dist/Dockerfile.dist.debian9

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
FROM openjdk:8-jdk-slim
1919

2020
RUN apt-get -y update && apt-get -y install \
21-
netcat \
21+
netcat-openbsd \
2222
python \
2323
unzip \
2424
curl \

0 commit comments

Comments
 (0)