update :/
All checks were successful
continuous-integration/woodpecker the build was successful

This commit is contained in:
f 2021-11-16 10:50:38 -03:00
parent 6d45fdf03a
commit 3c728c5984

View file

@ -7,6 +7,8 @@ COPY ./build.sh /usr/local/bin/build
RUN chmod 755 /usr/local/bin/build
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
# We need to update to the builder has access to installing packages
RUN apk update
USER builder
ENTRYPOINT /usr/local/bin/build