Skip to content

Commit

Permalink
Fix dns_nsupdate support
Browse files Browse the repository at this point in the history
Install the 'bind-tools' package, featuring the 'nsupdate' command.
Closes #27.
  • Loading branch information
pini-gh committed Jan 20, 2023
1 parent 440ce00 commit c700d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN apk add --no-cache --virtual .bin-deps \
curl \
jq \
openssl \
socat
socat \
bind-tools

# Install docker-gen from the nginxproxy/docker-gen image
COPY --from=docker-gen /usr/local/bin/docker-gen /usr/local/bin/
Expand Down

0 comments on commit c700d86

Please sign in to comment.