Remove openssl-dev from Dockerfile

It is pulled by postgresql-dev anyway
In the upcoming alpine, openssl v3 will be
the default, but postgresql-dev will still
require openssl v1.x.
This creates a conflict, which can be resolved
if postgresql-dev can choose the openssl version
it depends on.
This commit is contained in:
Christian Mäder 2021-10-05 09:47:55 +02:00
parent 21a3048b96
commit 24363b653f
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ RUN apk add --no-cache \
make \
musl-dev \
openldap-dev \
openssl-dev \
postgresql-dev \
py3-pip \
python3-dev \