ccache and cmake
This commit is contained in:
parent
4723a5a39e
commit
50958f20d0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM sutty/monit:latest
|
FROM sutty/monit:latest
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
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 -s /bin/sh -D builder
|
||||||
RUN adduser builder abuild
|
RUN adduser builder abuild
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue