mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-05 08:49:39 +00:00
add openssl for wget helper
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
8b4ca18b10
commit
f4f41efe09
@ -24,6 +24,7 @@ RUN \
|
|||||||
util-linux \
|
util-linux \
|
||||||
cifs-utils \
|
cifs-utils \
|
||||||
e2fsprogs-extra \
|
e2fsprogs-extra \
|
||||||
|
openssl \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
COPY etc /etc/
|
COPY etc /etc/
|
||||||
|
Loading…
Reference in New Issue
Block a user