init commit

This commit is contained in:
will Farrell
2016-07-07 12:37:46 -06:00
commit 655e594684
3 changed files with 27 additions and 0 deletions

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM alpine:3.4
RUN apk add --update bash && rm -rf /var/cache/apk/*
COPY ping /
CMD ["/ping"]