Browse Source
Add missing bind-tools package
The bind_tools package is required for dns_nsupdate to work
pull/1921/head
nakermann1973
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Dockerfile
|
@ -4,6 +4,7 @@ RUN apk update -f \ |
|
|
&& apk --no-cache add -f \ |
|
|
&& apk --no-cache add -f \ |
|
|
openssl \ |
|
|
openssl \ |
|
|
coreutils \ |
|
|
coreutils \ |
|
|
|
|
|
bind-tools \ |
|
|
curl \ |
|
|
curl \ |
|
|
socat \ |
|
|
socat \ |
|
|
&& rm -rf /var/cache/apk/* |
|
|
&& rm -rf /var/cache/apk/* |
|
|