ccache and cmake

This commit is contained in:
f 2019-09-18 13:47:30 -03:00
parent 4723a5a39e
commit 50958f20d0
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -1,7 +1,7 @@
FROM sutty/monit:latest
MAINTAINER "f <f@sutty.nl>"
RUN apk add --no-cache alpine-sdk
RUN apk add --no-cache alpine-sdk ccache cmake
RUN adduser -s /bin/sh -D builder
RUN adduser builder abuild