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
2
2
3
3
# Install dependencies
4
4
RUN apk add --no-cache \
5
- curl git \
5
+ openssl curl \
6
6
perl perl-ipc-run \
7
7
make musl-dev gcc bison flex coreutils \
8
8
zlib-dev libedit-dev \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [ "$LEVEL" = "hardcore" ] || \
28
28
CUSTOM_PG_SRC=$PWD /postgresql
29
29
30
30
# 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
32
32
echo " $PG_SHA256 *postgresql.tar.bz2" | sha256sum -c -
33
33
34
34
mkdir $CUSTOM_PG_SRC
You can’t perform that action at this time.
0 commit comments