Browse Source

fix: add dnsutils package to Dockerfile

firemonk3y 2 years ago
parent
commit
3fd2059872
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 &&\