[docker] add libssl-dev to Docker image
parent
dcbecbf2c7
commit
7b0a46eafb
|
@ -42,6 +42,7 @@ RUN apt update && \
|
||||||
bsdutils \
|
bsdutils \
|
||||||
file \
|
file \
|
||||||
openssl \
|
openssl \
|
||||||
|
libssl-dev \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ssh \
|
ssh \
|
||||||
wget \
|
wget \
|
||||||
|
|
Loading…
Reference in New Issue