From 901a900ec54d410fa9f2e820e9acbd9f6f3470b7 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 11 Jun 2020 22:44:56 +0200 Subject: [PATCH] sdist build: when building docker image, no interactive prompts! see https://askubuntu.com/questions/909277/ --- contrib/build-linux/sdist/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/build-linux/sdist/Dockerfile b/contrib/build-linux/sdist/Dockerfile index ea1cb01da..b7391f379 100644 --- a/contrib/build-linux/sdist/Dockerfile +++ b/contrib/build-linux/sdist/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:20.04@sha256:5747316366b8cc9e3021cd7286f42b2d6d81e3d743e2ab571f55bcd5df788cc8 ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 +ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -q && \ apt-get install -qy \