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 FROM cznic/knot-resolver
RUN echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \ RUN echo '@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing' >> /etc/apk/repositories && \
apk add --update \ apk add --update --no-cache \
dma@testing \ dma@testing \
iproute2 \ iproute2 \
knot-utils \ knot-utils \
mailx \ mailx \
mtr \ mtr
&& \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/*
COPY entrypoint /entrypoint COPY entrypoint /entrypoint
WORKDIR /
ENTRYPOINT [ "/entrypoint" ] ENTRYPOINT [ "/entrypoint" ]
CMD [ "bash", "--login" ] CMD [ "bash", "--login" ]
...@@ -5,4 +5,4 @@ https://www.shore.co.il/blog/resolver/. ...@@ -5,4 +5,4 @@ https://www.shore.co.il/blog/resolver/.
## Usage ## 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