Use common base image.
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
FROM debian:stable-slim
|
||||
MAINTAINER Stéphane Gourichon <stephane_sysadmin@gourichon.org>
|
||||
FROM fsg-base:latest
|
||||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive ; apt-get update && apt-get -y upgrade
|
||||
RUN export DEBIAN_FRONTEND=noninteractive ; apt-get install --no-install-recommends -y bind9
|
||||
|
||||
COPY named.conf.local /etc/bind/
|
||||
|
||||
Reference in New Issue
Block a user