[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

View File

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