update 9.18.16-r0, add DNSSEC tools

This commit is contained in:
ElevenNotes
2023-06-26 11:53:57 +02:00
parent 47b44d5170
commit 0e9ff407dd

View File

@@ -1,6 +1,6 @@
# :: Header
FROM 11notes/alpine:stable
ENV APP_VERSION=9.18.14-r1
ENV APP_VERSION=9.18.16-r0
ENV APP_ROOT=/bind
# :: Run
@@ -21,6 +21,7 @@
apk --update --no-cache add \
bash \
bind=${APP_VERSION} \
bind-dnssec-tools \
bind-tools;
# :: copy root filesystem changes and add execution rights to init scripts