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