don't update, configure version
Some checks failed
continuous-integration/woodpecker the build failed
Some checks failed
continuous-integration/woodpecker the build failed
This commit is contained in:
parent
fd56ca4d4c
commit
b9ef71966e
1 changed files with 1 additions and 2 deletions
|
@ -5,9 +5,8 @@ MAINTAINER "f <f@sutty.nl>"
|
|||
|
||||
COPY ./build.sh /usr/local/bin/build
|
||||
RUN chmod 755 /usr/local/bin/build
|
||||
RUN echo 'https://alpine.sutty.nl/alpine/v3.12/sutty' >> /etc/apk/repositories
|
||||
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 apk update || true
|
||||
|
||||
USER builder
|
||||
ENTRYPOINT /usr/local/bin/build
|
||||
|
|
Loading…
Reference in a new issue