From cc6f7e648f8b4ba9c0f46b1ee40933c0cc008905 Mon Sep 17 00:00:00 2001 From: Oleg Titov Date: Sun, 28 Apr 2019 11:36:10 -0500 Subject: Add support for setup-apkrepos Make possible to configure prefered repo. By default it will be the first repo in the list (-1). --- Dockerfile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.in b/Dockerfile.in index 6b6c400..4fe6bbb 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -4,7 +4,8 @@ MAINTAINER Richard Mortier RUN apk add --update-cache \ alpine-conf \ alpine-sdk \ - && setup-apkcache /var/cache/apk + && setup-apkcache /var/cache/apk \\ + && setup-apkrepos -1 RUN adduser -D builder \ && addgroup builder abuild \ -- cgit v1.2.3