Files
ortools-clone/cmake/docker/ubuntu/Dockerfile
Corentin Le Molgat a538af550e Add cmake/Makefile to test cmake build and install
- This makefile orchestrate the use of cmake/docker to test cmake
- add cache/ to .gitignore
2018-02-06 14:20:09 +01:00

6 lines
156 B
Docker

FROM ubuntu:latest
LABEL maintainer="corentinl@google.com"
ADD setup.sh .
RUN ./setup.sh && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*