Set Proxy-Repos to Dockerfile

This commit is contained in:
Lennard Brinkhaus 2022-01-02 02:20:40 +01:00
parent 95949729a4
commit 8050e72e61
Signed by: lennard.brinkhaus
GPG Key ID: D4C9B6A87F97B070

View File

@ -1,5 +1,7 @@
FROM harbor.dragse.it/base/alpine:3.15
RUN echo $'https://nexus.dragse.it/repository/apk-main/\nhttps://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories
# 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
RUN set -eux; \