kubernetes: add openssl to kubelet container

This is needed for certificate operations, such as signing a new user's csr.

Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
Ian Campbell 2017-09-22 14:16:46 +01:00
parent f6f23cbb0b
commit dcd01314c7

View File

@ -50,6 +50,7 @@ RUN apk add --no-cache --initdb -p /out \
iptables \ iptables \
libc6-compat \ libc6-compat \
musl \ musl \
openssl \
socat \ socat \
util-linux \ util-linux \
&& true && true