- This makefile orchestrate the use of cmake/docker to test cmake - add cache/ to .gitignore
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
FROM alpine:latest
|
|
LABEL maintainer="corentinl@google.com"
|
|
|
|
RUN apk add --no-cache git build-base cmake
|
|
COPY cache/alpine/install /
|