Skip to content
Snippets Groups Projects
Verified Commit d970bacc authored by achill (fossdd)'s avatar achill (fossdd) :gay_pride_flag:
Browse files

Use --no-cache on apk

parent c57f78e8
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,8 @@ RUN echo -e "https://mirror.postmarketos.org/postmarketos/$PMOS_VER\n\
https://dl-cdn.alpinelinux.org/alpine/$ALPINE_VER/main\n\
https://dl-cdn.alpinelinux.org/alpine/$ALPINE_VER/community" > /etc/apk/repositories
RUN apk add -U --allow-untrusted postmarketos-keys; \
apk upgrade -Ua; \
apk add postmarketos-base
RUN apk add --no-cache -U --allow-untrusted postmarketos-keys; \
apk upgrade --no-cache -Ua; \
apk add --no-cache postmarketos-base
ENTRYPOINT sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment