This commit is contained in:
parent
6d45fdf03a
commit
3c728c5984
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue