Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
552710ac
Unverified
Commit
552710ac
authored
Nov 13, 2018
by
nakermann1973
Committed by
GitHub
Nov 13, 2018
Browse files
Add missing bind-tools package
The bind_tools package is required for dns_nsupdate to work
parent
4f59a821
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
552710ac
...
@@ -4,6 +4,7 @@ RUN apk update -f \
...
@@ -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/
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment