remove whois

Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-08-30 10:35:21 -07:00
parent c2724cacd9
commit 6d2f346660
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,8 +0,0 @@
FROM alpine:latest
MAINTAINER Airton Zanon <airtonzanon@gmail.com>
RUN apk --no-cache add \
--repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \
whois
ENTRYPOINT [ "whois" ]