Compare commits

...

2 commits

View file

@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.13.6 ARG ALPINE_VERSION=3.13.6
FROM alpine:${ALPINE_VERSION} FROM alpine:${ALPINE_VERSION}
MAINTAINER "f <f@sutty.nl>" LABEL org.opencontainers.image.authors="f@sutty.nl"
RUN apk add --no-cache alpine-sdk ccache cmake RUN apk add --no-cache alpine-sdk ccache cmake
RUN adduser -s /bin/sh -D builder RUN adduser -s /bin/sh -D builder