figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit bd653ad1342a1d7376c78bb808d4142f6347152e
parent 21bba6540acecdd591be0d6d450d006f88be4895
Author: FIGBERT <figbert@figbert.com>
Date:   Fri,  1 Jan 2021 01:26:34 -0800

Update link to Zola for APK in Dockerfile

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine as builder WORKDIR /home/site COPY . . -RUN /bin/ash -c "echo \"http://dl-cdn.alpinelinux.org/alpine/edge/testing\" >> /etc/apk/repositories" \ +RUN /bin/ash -c "echo \"http://dl-cdn.alpinelinux.org/alpine/edge/community\" >> /etc/apk/repositories" \ && apk update \ && apk upgrade \ && apk --no-cache add zola \