Skip to content

Commit

Permalink
adds bind9-host package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Nov 5, 2016
1 parent 81c5f74 commit 9989a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN rm -rf /etc/apt/apt.conf.d/docker-gzip-indexes \
&& wget http:https://www.webmin.com/jcameron-key.asc -qO - | apt-key add - \
&& echo "deb http:https://download.webmin.com/download/repository sarge contrib" >> /etc/apt/sources.list \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y bind9=${BIND_VERSION}* webmin=${WEBMIN_VERSION}* \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y bind9=${BIND_VERSION}* bind9-host=${BIND_VERSION}* webmin=${WEBMIN_VERSION}* \
&& rm -rf /var/lib/apt/lists/*

COPY entrypoint.sh /sbin/entrypoint.sh
Expand Down

0 comments on commit 9989a2e

Please sign in to comment.