Add Dockerfile

This commit is contained in:
Nemanja Trifunovic 2019-04-14 17:24:53 -04:00
parent 66804081d4
commit 0b45681b60

5
tests/docker/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM debian:stretch-slim
RUN apt-get update \
&& apt-get install -y make g++ cmake \
&& rm -rf /var/lib/apt/lists/*