3.12
This commit is contained in:
parent
759533f99d
commit
feadab279c
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.11
|
||||
FROM alpine:3.12
|
||||
MAINTAINER "f <f@sutty.nl>"
|
||||
|
||||
RUN apk add --no-cache alpine-sdk ccache cmake
|
||||
|
@ -19,3 +19,6 @@ RUN echo /home/builder/.abuild/*.rsa \
|
|||
USER root
|
||||
RUN cp /home/builder/.abuild/*.pub /etc/apk/keys/
|
||||
RUN echo /home/builder/packages/home >> /etc/apk/repositories
|
||||
RUN cp /home/builder/.abuild/*.pub /etc/apk/keys/
|
||||
|
||||
ENV PATH=usr/lib/ccache/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
|
Loading…
Reference in a new issue