aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c0b9eab..af2cb8f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,9 @@
FROM docker.io/alpine:3.17
-COPY repositories /etc/apk/
+RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.17/main" \
+ > /etc/apk/repositories
+RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.17/community" \
+ >> /etc/apk/repositories
RUN apk update
RUN apk add fcgiwrap python3 py3-pygments py3-markdown cgit git openssh nginx xz