dockerfiles/whois/Dockerfile
Jess Frazelle 365dd63fcd
fix
Signed-off-by: Jess Frazelle <me@jessfraz.com>
2016-06-06 10:12:06 -07:00

9 lines
189 B
Docker

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" ]