Skip to content

Commit 24363b6

Browse files
committed
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.
1 parent 21a3048 commit 24363b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ RUN apk add --no-cache \
1717
make \
1818
musl-dev \
1919
openldap-dev \
20-
openssl-dev \
2120
postgresql-dev \
2221
py3-pip \
2322
python3-dev \

0 commit comments

Comments
 (0)