diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
