Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit67e8970

Browse files
committed
replace wget with curl
1 parentc3124ed commit67e8970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Dockerfile.tmpl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM postgres:${PG_VERSION}-alpine
22

33
# Install dependencies
44
RUN 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 \

‎run_tests.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp