mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-07 19:14:50 +02:00
Added Dockerfile for whois
This commit is contained in:
parent
f958658fef
commit
98683c6a68
9
whois/Dockerfile
Executable file
9
whois/Dockerfile
Executable file
@ -0,0 +1,9 @@
|
||||
FROM debian:wheezy
|
||||
MAINTAINER Airton Zanon "airtonzanon@gmail.com"
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install whois -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT ["whois"]
|
||||
CMD ["--verbose"]
|
Loading…
x
Reference in New Issue
Block a user