Skip to content

Commit

Permalink
fix: add ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani committed Jan 17, 2025
1 parent e31fca4 commit 1b6720a
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-traditional jq \
ca-certificates curl dnsutils netcat-traditional jq \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit 1b6720a

Please sign in to comment.