1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-02-23 20:47:53 +01:00
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" ]