Compare commits
No commits in common. "1e69e9160ab3a883cc574baaf31801387a22264d" and "72b8375907a3d17ce7b37cd2bf9a55c3389c5f78" have entirely different histories.
1e69e9160a
...
72b8375907
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
ARG ALPINE_VERSION=3.13.6
|
ARG ALPINE_VERSION=3.13.6
|
||||||
FROM alpine:${ALPINE_VERSION}
|
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 apk add --no-cache alpine-sdk ccache cmake
|
||||||
RUN adduser -s /bin/sh -D builder
|
RUN adduser -s /bin/sh -D builder
|
||||||
|
|
Loading…
Reference in a new issue