Dockerfile: Switch from libressl to openssl

This commit is contained in:
Alexey Sokolov
2021-10-01 19:31:48 +01:00
parent 66c772dcf1
commit dde59a24d8

View File

@@ -22,7 +22,7 @@ RUN apk add --no-cache \
cyrus-sasl \
gettext \
icu-dev \
libressl-dev \
openssl-dev \
perl \
python3 \
su-exec \