add docker and make

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-10-04 17:01:45 -04:00
parent ff910d327c
commit 0bd4bdc353
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

4
docker/Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM docker:latest
RUN apk add --no-cache \
make