Skip to content

Commit

Permalink
Revert the temp commit which disabled zlib for PG 11 on Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Feb 1, 2025
1 parent 08b504d commit 40ef7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ RUN wget https://ftp.postgresql.org/pub/source/v${PG11}/postgresql-${PG11}.tar.b
tar -xf postgresql-11*.tar.bz2

RUN cd postgresql-11.* && \
./configure --prefix=/usr/local-pg11 --without-zlib --with-openssl=no --without-readline --with-icu --with-system-tzdata=/usr/share/zoneinfo --enable-debug=no CFLAGS="-Os" && \
./configure --prefix=/usr/local-pg11 --with-openssl=no --without-readline --with-icu --with-system-tzdata=/usr/share/zoneinfo --enable-debug=no CFLAGS="-Os" && \
make -j $(nproc) && \
make install-world && \
rm -rf /usr/local-pg11/include
Expand Down

0 comments on commit 40ef7d1

Please sign in to comment.