diff --git a/services/nginx/Dockerfile b/services/nginx/Dockerfile index 9afbcf1e7..074193d90 100644 --- a/services/nginx/Dockerfile +++ b/services/nginx/Dockerfile @@ -6,7 +6,7 @@ RUN rm /etc/nginx/conf.d/default.conf COPY temp/nginx.conf /etc/nginx/nginx.conf COPY static /usr/share/nginx/html -RUN apt-get update && apt-get -y install vim dnsmasq dnsutils iptools-ping +RUN apt-get update && apt-get -y install vim dnsmasq dnsutils iputils-ping RUN rm -fr /usr/share/dns RUN echo listen-address=127.0.0.1 > /etc/dnsmasq.d/dnsmasq.conf