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:
parent
21a3048b96
commit
24363b653f
@ -17,7 +17,6 @@ RUN apk add --no-cache \
|
|||||||
make \
|
make \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
openldap-dev \
|
openldap-dev \
|
||||||
openssl-dev \
|
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user