mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-07 04:29:17 +01:00
Merge branch 'whois' of github.com:airtonzanon/dockerfiles into airtonzanon-whois
* 'whois' of github.com:airtonzanon/dockerfiles: Changed base image to alpine and added a whois package from edge Added Dockerfile for whois
This commit is contained in:
commit
010142c15c
6
whois/Dockerfile
Normal file
6
whois/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM alpine
|
||||
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
|
||||
|
||||
ENTRYPOINT ["whois"]
|
Loading…
Reference in New Issue
Block a user