Compare commits
5 Commits
68561f21d1
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b4a4f4fead | ||
|
|
fa565e4f2c | ||
|
|
d0502ff5a6 | ||
|
|
9b115f378d | ||
|
|
06680c87cf |
@@ -2,7 +2,7 @@ FROM debian:latest
|
|||||||
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
|
LABEL maintainer="dragonchaser <autobuilds@datenschmutz.space>"
|
||||||
EXPOSE 5335/udp
|
EXPOSE 5335/udp
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y install unbound netcat
|
&& apt-get -y install unbound netcat-traditional
|
||||||
COPY unbound/config.conf /etc/unbound/unbound.conf.d/
|
COPY unbound/config.conf /etc/unbound/unbound.conf.d/
|
||||||
COPY unbound/entrypoint.sh /
|
COPY unbound/entrypoint.sh /
|
||||||
ENTRYPOINT /entrypoint.sh
|
ENTRYPOINT /entrypoint.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user