1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2026-01-15 00:01:35 +01:00

Set DEBIAN_FRONTEND to noninteractive

This commit is contained in:
Frank Denis 2015-07-12 15:00:59 +02:00
parent 901b454cea
commit 83bac6f5da

@ -2,6 +2,7 @@ FROM caleblloyd/phusion-baseimage-docker-15.04
MAINTAINER Frank Denis
ENV SERIAL 1
ENV DEBIAN_FRONTEND noninteractive
ENV BUILD_DEPS autoconf file gcc git libc-dev make pkg-config
RUN set -x && \