From dbed7896f4aa748aa8bf2c4720778c0da487e1a9 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 10 Jan 2023 00:30:22 -0500 Subject: Remove old repositories file, move repo config directly into the Dockerfile --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3