Explorar el Código

fix: add dnsutils package to Dockerfile

firemonk3y hace 2 años
padre
commit
3fd2059872
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 &&\