feat: remove nexus
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Lennard Brinkhaus 2022-11-24 17:35:33 +01:00
parent a75f13ac57
commit 9b36daf988
Signed by: lennard.brinkhaus
GPG Key ID: 286421EC53998B22

View File

@ -2,11 +2,6 @@ FROM harbor.dragse.it/base/alpine:3.15
LABEL maintainer="Lennard Brinkhaus <lennard.brinkhaus@dragse.de>" LABEL maintainer="Lennard Brinkhaus <lennard.brinkhaus@dragse.de>"
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
# dependencies required for running "phpize" # dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed) # these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \ ENV PHPIZE_DEPS \