Skip to content

Commit c2ed510

Browse files
committed
Add net-tools to Dockerfiles.
1 parent c94b129 commit c2ed510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-components/domain-proxy/src/main/docker/Dockerfile.all-in-one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN domain-proxy/mvnw -V -B package -pl domain-proxy/client,domain-proxy/server
77

88
FROM quay.io/konflux-ci/buildah-task:latest@sha256:5cbd487022fb7ac476cbfdea25513b810f7e343ec48f89dc6a4e8c3c39fa37a2
99
USER 0
10-
RUN microdnf install -y iproute
10+
RUN microdnf install -y iproute net-tools
1111
WORKDIR /work/
1212

1313
COPY --from=builder /work/domain-proxy/client/target/domain-proxy-client-999-SNAPSHOT-runner /app/domain-proxy-client-runner
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM quay.io/konflux-ci/buildah-task:latest@sha256:5cbd487022fb7ac476cbfdea25513b810f7e343ec48f89dc6a4e8c3c39fa37a2
22
USER 0
3-
RUN microdnf install -y iproute
3+
RUN microdnf install -y iproute net-tools
44
COPY java-components/domain-proxy/client/target/domain-proxy-client-999-SNAPSHOT-runner /app/domain-proxy-client-runner
55
COPY java-components/domain-proxy/server/target/domain-proxy-server-999-SNAPSHOT-runner /app/domain-proxy-server-runner

0 commit comments

Comments
 (0)