diff options
| -rw-r--r-- | Dockerfile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile.in b/Dockerfile.in index bc19dde..f247365 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -4,7 +4,8 @@ MAINTAINER Richard Mortier <mort@cantab.net> 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 \ |
