aboutsummaryrefslogtreecommitdiff
path: root/bind/Dockerfile
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2017-05-15 03:44:04 +0000
committerMike Crute <mcrute@gmail.com>2017-05-15 03:44:04 +0000
commita632c3b859e5cfa86b8fd19295021a4fc9c64790 (patch)
treec07d9365146b371a2bc9ad014bb4efa36122460a /bind/Dockerfile
parent4d0f0cc90c45bc9b819a66f2bb4394eb1dc5dbf6 (diff)
downloaddockerfiles-a632c3b859e5cfa86b8fd19295021a4fc9c64790.tar.bz2
dockerfiles-a632c3b859e5cfa86b8fd19295021a4fc9c64790.tar.xz
dockerfiles-a632c3b859e5cfa86b8fd19295021a4fc9c64790.zip
Upgrade bind to xenial
Diffstat (limited to 'bind/Dockerfile')
-rw-r--r--bind/Dockerfile10
1 files changed, 3 insertions, 7 deletions
diff --git a/bind/Dockerfile b/bind/Dockerfile
index b44e128..58b4e21 100644
--- a/bind/Dockerfile
+++ b/bind/Dockerfile
@@ -1,15 +1,11 @@
1FROM ubuntu:14.04 1FROM ubuntu:16.04
2MAINTAINER Michael Crute <mike@crute.us> 2MAINTAINER Michael Crute <mike@crute.us>
3 3
4RUN export DEBIAN_FRONTEND=noninteractive && \ 4RUN export DEBIAN_FRONTEND=noninteractive && \
5 apt-get update && \ 5 apt-get update && \
6 apt-get install -y curl software-properties-common 6 apt-get install -y curl software-properties-common bind9
7 7
8RUN export DEBIAN_FRONTEND=noninteractive && \ 8# Cleanup
9 apt-get update && \
10 apt-get install -y bind9
11
12RUN \
13 apt-get clean && \ 9 apt-get clean && \
14 rm -rf /var/lib/apt/lists/* && \ 10 rm -rf /var/lib/apt/lists/* && \
15 rm -rf /tmp/* 11 rm -rf /tmp/*