Commit 0fd261c9 authored by nimrod's avatar nimrod
Browse files

- Use Debian Stretch slim image, newer and smaller.

parent 7b7b691f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM debian:jessie
FROM debian:stretch-slim
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
    apt-get install -y unbound unbound-host dnsutils dma bsd-mailx && \