Compare commits
2 commits
72b8375907
...
1e69e9160a
Author | SHA1 | Date | |
---|---|---|---|
|
1e69e9160a | ||
|
41354bbc95 |
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}
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue