Compare commits

..

No commits in common. "1e69e9160ab3a883cc574baaf31801387a22264d" and "72b8375907a3d17ce7b37cd2bf9a55c3389c5f78" have entirely different histories.

View file

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