Skip to content

Commit

Permalink
fix: replace netcat
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani committed Jan 17, 2025
1 parent 37f5b9a commit e31fca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/jaeger-operator/apptest/tester/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM gcr.io/cloud-marketplace-tools/testrunner:0.1.8

RUN apt-get update && apt-get install -y --no-install-recommends \
curl dnsutils netcat jq \
curl dnsutils netcat-traditional jq \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir -p /opt/kubectl/1.26 \
Expand Down

0 comments on commit e31fca4

Please sign in to comment.