mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01: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…
Reference in New Issue
Block a user