From 3c728c5984425d3f71d2c6190179b2e0c43e445c Mon Sep 17 00:00:00 2001 From: f Date: Tue, 16 Nov 2021 10:50:38 -0300 Subject: [PATCH] update :/ --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 60e8a81..313c737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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