Skip to content
Snippets Groups Projects
Commit 3a2cedf7 authored by nimrod's avatar nimrod
Browse files

Tidying up.

parent c09e9be1
No related branches found
No related tags found
No related merge requests found
FROM cznic/knot-resolver
RUN echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
apk add --update \
apk add --update --no-cache \
dma@testing \
iproute2 \
knot-utils \
mailx \
mtr \
&& \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
mtr
COPY entrypoint /entrypoint
WORKDIR /
ENTRYPOINT [ "/entrypoint" ]
CMD [ "bash", "--login" ]
......@@ -5,4 +5,4 @@ https://www.shore.co.il/blog/resolver/.
## Usage
docker run -it adarnimrod/resolver
docker run --rm -it adarnimrod/resolver
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment