Skip to content

Commit

Permalink
docker build: use openssl for libcurl4
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored May 15, 2024
1 parent 7bababa commit 0ef17ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@ RUN apt-get update -y && \
zip \
wget \
make \
cmake \
gnustep-make \
gnustep-base-common \
gnustep-base-runtime \
libgnustep-base-dev \
gobjc \
libwbxml2-dev \
libxml2-dev \
libxml2-utils \
libssl-dev \
libldap-dev \
libldap2-dev \
libpq-dev \
libmemcached-dev \
default-libmysqlclient-dev \
libytnef0-dev \
zlib1g-dev \
liblasso3-dev \
libcurl4-gnutls-dev \
libcurl4-openssl-dev \
libexpat1-dev \
libpopt-dev \
libsbjson-dev \
Expand Down

0 comments on commit 0ef17ce

Please sign in to comment.