Skip to content

Commit 0710b0d

Browse files
Add missing dind dep:
Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 9d10ec2 commit 0710b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/hook-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ COPY --from=docker /usr/local/bin/docker-init /usr/local/bin/docker /usr/local/b
1919
COPY --from=docker /usr/local/bin/containerd /usr/local/bin/containerd-shim-runc-v2 /usr/local/bin/
2020
COPY --from=docker /usr/local/bin/dockerd-entrypoint.sh /usr/local/bin/dockerd-entrypoint.sh
2121

22-
RUN apk add --no-cache ca-certificates iptables
22+
RUN apk add --no-cache ca-certificates iptables openssl
2323

2424
ENTRYPOINT ["/hook-docker"]

0 commit comments

Comments
 (0)