This repository was archived by the owner on Feb 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ RUN \
14
14
echo "**** install runtime packages ****" && \
15
15
apk add --no-cache \
16
16
curl \
17
- go-ipfs \
18
17
logrotate \
19
18
nginx \
20
19
openssl \
21
20
php7 \
22
21
php7-fpm && \
22
+ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
23
+ go-ipfs && \
23
24
echo "**** install ipfs web-ui ****" && \
24
25
mkdir -p /var/www/html/ && \
25
26
if [ -z ${IPFSWEB_VERSION+x} ]; then \
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ RUN \
14
14
echo "**** install runtime packages ****" && \
15
15
apk add --no-cache \
16
16
curl \
17
- go-ipfs \
18
17
logrotate \
19
18
nginx \
20
19
openssl \
21
20
php7 \
22
21
php7-fpm && \
22
+ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
23
+ go-ipfs && \
23
24
echo "**** install ipfs web-ui ****" && \
24
25
mkdir -p /var/www/html/ && \
25
26
if [ -z ${IPFSWEB_VERSION+x} ]; then \
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ RUN \
14
14
echo "**** install runtime packages ****" && \
15
15
apk add --no-cache \
16
16
curl \
17
- go-ipfs \
18
17
logrotate \
19
18
nginx \
20
19
openssl \
21
20
php7 \
22
21
php7-fpm && \
22
+ apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
23
+ go-ipfs && \
23
24
echo "**** install ipfs web-ui ****" && \
24
25
mkdir -p /var/www/html/ && \
25
26
if [ -z ${IPFSWEB_VERSION+x} ]; then \
You can’t perform that action at this time.
0 commit comments