Browse Source

Replace LibreSSL by OpenSSL (#9975)

pull/4/head
J0WI 5 years ago
committed by Eugen Rochko
parent
commit
11d1502853
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@ -29,7 +29,7 @@ RUN apk -U upgrade \
build-base \
icu-dev \
libidn-dev \
libressl \
openssl \
libtool \
libxml2-dev \
libxslt-dev \

Loading…
Cancel
Save