1
0
mirror of https://github.com/nvm-sh/nvm.git synced 2025-10-11 19:45:53 +08:00

[docker] add libssl-dev to Docker image

This commit is contained in:
Roman Isko 2018-06-18 10:33:12 +03:00 committed by Jordan Harband
parent dcbecbf2c7
commit 7b0a46eafb
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56

View File

@ -42,6 +42,7 @@ RUN apt update && \
bsdutils \
file \
openssl \
libssl-dev \
ca-certificates \
ssh \
wget \