We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07092ff + b00b2ad commit 41ea5b6Copy full SHA for 41ea5b6
1 file changed
src/cloud-api-adaptor/Dockerfile
@@ -59,7 +59,7 @@ RUN echo "Building iptables-wrapper... " \
59
FROM $BASE AS base-release
60
61
RUN apt-get update && \
62
- apt-get install -y iptables && \
+ apt-get install -y ca-certificates iptables && \
63
rm -rf /var/lib/apt/lists/*
64
RUN --mount=type=cache,target=/iptables,from=iptables,source=/iptables,readonly \
65
cp /iptables/iptables-wrapper /usr/sbin \
0 commit comments