From 24f95cd592351b4c4a7b06b5c11a08744cb7c1e8 Mon Sep 17 00:00:00 2001 From: Dryusdan <=> Date: Fri, 24 Nov 2017 20:39:02 +0100 Subject: [PATCH] add dig --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d1a63be..3a0073e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main contrib non-fre ghostscript \ git \ nginx-light \ + dnsutils \ && curl -sL https://deb.nodesource.com/setup_6.x | bash - \ && apt-get -y install -y nodejs --no-install-recommends \ && gem install bundler \