Merge pull request #1921 from nakermann1973/patch-1

Add missing bind-tools package
This commit is contained in:
neil 2018-11-29 09:54:48 +08:00 committed by GitHub
commit 8ec1ea7b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ RUN apk update -f \
&& apk --no-cache add -f \
openssl \
coreutils \
bind-tools \
curl \
socat \
&& rm -rf /var/cache/apk/*