Merge branch 'antifascista' of ssh://gitea.sutty.coop.ar:420/Sutty/containers-repository into antifascista
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-09-28 12:35:28 -03:00
commit a9328e5659
No known key found for this signature in database

View file

@ -7,6 +7,5 @@ COPY ./build.sh /usr/local/bin/build
COPY ./entrypoint.sh /usr/local/bin/entrypoint
RUN echo "${ALPINE_VERSION}" | cut -d . -f 1,2 | xargs -I {} echo 'https://alpine.sutty.nl/alpine/v{}/sutty' >> /etc/apk/repositories
RUN wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub
RUN sed -re "s|https://dl-cdn.alpinelinux.org|http://alpine.proxy|g" -i /etc/apk/repositories
ENTRYPOINT ["/usr/local/bin/entrypoint"]