Skip to content
Snippets Groups Projects
Commit feadab27 authored by fauno's avatar fauno
Browse files

3.12

parent 759533f9
No related branches found
No related tags found
No related merge requests found
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
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