[docker] add libssl-dev to Docker image

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
1 changed files with 1 additions and 0 deletions

View File

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