init commit
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM alpine:3.4
|
||||
RUN apk add --update bash && rm -rf /var/cache/apk/*
|
||||
COPY ping /
|
||||
CMD ["/ping"]
|
Reference in New Issue
Block a user