Browse Source

Merge pull request #48 from firemonk3y/fix-dnsutils

fix: add dnsutils package to Dockerfile
Ben Curtis 2 years ago
parent
commit
1384f03342
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -22,6 +22,7 @@ RUN \
         ldb-tools \
         vim \
         curl \
+        dnsutils \
         ntp &&\
     apt-get clean autoclean &&\
     apt-get autoremove --yes &&\