Skip to content
Snippets Groups Projects
Verified Commit 428c7f2f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes ssl library

parent 6f90a6ea
Branches
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ RUN apk add --no-cache \ ...@@ -10,8 +10,8 @@ RUN apk add --no-cache \
git \ git \
icu-dev \ icu-dev \
icu-libs \ icu-libs \
openssl \ libressl \
openssl-dev \ libressl-dev \
openldap-dev \ openldap-dev \
make \ make \
paxmark \ paxmark \
...@@ -45,7 +45,7 @@ FROM $BASE ...@@ -45,7 +45,7 @@ FROM $BASE
RUN apk add --no-cache \ RUN apk add --no-cache \
icu-libs \ icu-libs \
openssl \ libressl \
qt5-qtbase \ qt5-qtbase \
qt5-qtscript \ qt5-qtscript \
qt5-qtbase-postgresql \ qt5-qtbase-postgresql \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment