Change Repository to http from https
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1640941c21
commit
e204f49d23
@ -1,9 +1,9 @@
|
|||||||
FROM harbor.dragse.it/base/alpine:3.15
|
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
|
RUN echo $'http://nexus.dragse.it/repository/apk-main/\nhttp://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories
|
||||||
|
|
||||||
RUN apk --no-cache update \
|
RUN apk --no-cache update \
|
||||||
&& apk --no-cache add ca-certificates wget \
|
&& apk --no-cache add ca-certificates wget openssl \
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
FROM harbor.dragse.it/base/alpine:3.15
|
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
|
RUN echo $'http://nexus.dragse.it/repository/apk-main/\nhttp://nexus.dragse.it/repository/apk-community/' > /etc/apk/repositories
|
||||||
|
|
||||||
RUN apk --no-cache update \
|
RUN apk --no-cache update \
|
||||||
&& apk --no-cache add ca-certificates wget \
|
&& apk --no-cache add ca-certificates wget openssl \
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 70 is the standard uid/gid for "postgres" in Alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user