File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM postgres:${PG_VERSION}-alpine
22
33# Install dependencies
44RUN apk add --no-cache \
5- curl git \
5+ openssl curl \
66 perl perl-ipc-run \
77 make musl-dev gcc bison flex coreutils \
88 zlib-dev libedit-dev \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [ "$LEVEL" = "hardcore" ] || \
2828 CUSTOM_PG_SRC=$PWD /postgresql
2929
3030 # here PG_VERSION is provided by postgres:X-alpine docker image
31- wget -O postgresql.tar.bz2 " https://ftp.postgresql.org/pub/source/v$PG_VERSION /postgresql-$PG_VERSION .tar.bz2"
31+ curl " https://ftp.postgresql.org/pub/source/v$PG_VERSION /postgresql-$PG_VERSION .tar.bz2" -o postgresql.tar.bz2
3232 echo " $PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -
3333
3434 mkdir $CUSTOM_PG_SRC
You can’t perform that action at this time.
0 commit comments