Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

pull go-ipfs from edge repos in alpine #2

Merged
merged 1 commit into from
Dec 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
curl \
go-ipfs \
logrotate \
nginx \
openssl \
php7 \
php7-fpm && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
go-ipfs && \
echo "**** install ipfs web-ui ****" && \
mkdir -p /var/www/html/ && \
if [ -z ${IPFSWEB_VERSION+x} ]; then \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
curl \
go-ipfs \
logrotate \
nginx \
openssl \
php7 \
php7-fpm && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
go-ipfs && \
echo "**** install ipfs web-ui ****" && \
mkdir -p /var/www/html/ && \
if [ -z ${IPFSWEB_VERSION+x} ]; then \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
curl \
go-ipfs \
logrotate \
nginx \
openssl \
php7 \
php7-fpm && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
go-ipfs && \
echo "**** install ipfs web-ui ****" && \
mkdir -p /var/www/html/ && \
if [ -z ${IPFSWEB_VERSION+x} ]; then \
Expand Down