mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-03 17:15:54 +02:00
cleanup
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
888a87978a
commit
47f4426f5d
@ -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" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user