Skip to content

Commit 2fa5427

Browse files
committed
Fix wget: error getting response: Connection reset by peer
1 parent 36167a6 commit 2fa5427

File tree

16 files changed

+16
-0
lines changed

16 files changed

+16
-0
lines changed

5.6/alpine3.7/cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUN set -xe; \
6363
\
6464
apk add --no-cache --virtual .fetch-deps \
6565
gnupg \
66+
wget \
6667
; \
6768
\
6869
mkdir -p /usr/src; \

5.6/alpine3.7/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN set -xe; \
6464
\
6565
apk add --no-cache --virtual .fetch-deps \
6666
gnupg \
67+
wget \
6768
; \
6869
\
6970
mkdir -p /usr/src; \

5.6/alpine3.7/zts/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN set -xe; \
6464
\
6565
apk add --no-cache --virtual .fetch-deps \
6666
gnupg \
67+
wget \
6768
; \
6869
\
6970
mkdir -p /usr/src; \

7.0/alpine3.7/cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUN set -xe; \
6363
\
6464
apk add --no-cache --virtual .fetch-deps \
6565
gnupg \
66+
wget \
6667
; \
6768
\
6869
mkdir -p /usr/src; \

7.0/alpine3.7/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN set -xe; \
6464
\
6565
apk add --no-cache --virtual .fetch-deps \
6666
gnupg \
67+
wget \
6768
; \
6869
\
6970
mkdir -p /usr/src; \

7.0/alpine3.7/zts/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN set -xe; \
6464
\
6565
apk add --no-cache --virtual .fetch-deps \
6666
gnupg \
67+
wget \
6768
; \
6869
\
6970
mkdir -p /usr/src; \

7.1/alpine3.7/cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUN set -xe; \
6363
\
6464
apk add --no-cache --virtual .fetch-deps \
6565
gnupg \
66+
wget \
6667
; \
6768
\
6869
mkdir -p /usr/src; \

7.1/alpine3.7/fpm/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN set -xe; \
6464
\
6565
apk add --no-cache --virtual .fetch-deps \
6666
gnupg \
67+
wget \
6768
; \
6869
\
6970
mkdir -p /usr/src; \

7.1/alpine3.7/zts/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ RUN set -xe; \
6464
\
6565
apk add --no-cache --virtual .fetch-deps \
6666
gnupg \
67+
wget \
6768
; \
6869
\
6970
mkdir -p /usr/src; \

7.2/alpine3.6/cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ RUN set -xe; \
6363
\
6464
apk add --no-cache --virtual .fetch-deps \
6565
gnupg \
66+
wget \
6667
; \
6768
\
6869
mkdir -p /usr/src; \

0 commit comments

Comments
 (0)