Build Fix
This commit is contained in:
parent
58774788cf
commit
6d6c3a8cab
@ -2,6 +2,10 @@ FROM harbor.dragse.it/base/alpine:3.15
|
||||
|
||||
RUN echo $'http://nexus.dragse.it/repository/apk-main/\nhttp://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories
|
||||
|
||||
RUN apk --no-cache upgrade \
|
||||
&& apk --no-cache add ca-certificates wget openssl \
|
||||
&& update-ca-certificates
|
||||
|
||||
# 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; \
|
||||
|
@ -2,6 +2,10 @@ FROM harbor.dragse.it/base/alpine:3.15
|
||||
|
||||
RUN echo $'http://nexus.dragse.it/repository/apk-main/\nhttp://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories
|
||||
|
||||
RUN apk --no-cache upgrade \
|
||||
&& apk --no-cache add ca-certificates wget openssl \
|
||||
&& update-ca-certificates
|
||||
|
||||
# 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; \
|
||||
|
Loading…
Reference in New Issue
Block a user