Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2016-06-06 10:07:18 -07:00
parent 888a87978a
commit 47f4426f5d
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -1,6 +1,7 @@
FROM alpine
MAINTAINER Airton Zanon "airtonzanon@gmail.com"
FROM alpine:edge
MAINTAINER Airton Zanon <airtonzanon@gmail.com>
RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && apk --update --force add whois@edge
RUN apk --no-cache add \
whois
ENTRYPOINT ["whois"]
ENTRYPOINT [ "whois" ]