- This makefile orchestrate the use of cmake/docker to test cmake - add cache/ to .gitignore
6 lines
90 B
Docker
6 lines
90 B
Docker
FROM alpine:latest
|
|
LABEL maintainer="corentinl@google.com"
|
|
|
|
ADD setup.sh .
|
|
RUN ./setup.sh
|