From bace47d40eaa6bc35dbf5c2a8df59adc3b054b8a Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Mon, 27 Apr 2020 15:12:11 +0300 Subject: [PATCH] Fix build-container (#23942) --- scripts/build/ci-build/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build/ci-build/Dockerfile b/scripts/build/ci-build/Dockerfile index aed244230af..370a12bc374 100644 --- a/scripts/build/ci-build/Dockerfile +++ b/scripts/build/ci-build/Dockerfile @@ -29,6 +29,8 @@ ENV OSX_SDK_URL=https://s3.dockerproject.org/darwin/v2 \ # might wanna make sure osx cross and the other tarball as well as the packages ends up somewhere other than tmp # might also wanna put them as their own layer to not have to unpack them every time? +ENV DEBIAN_FRONTEND=noninteractive + RUN apt-get update && \ apt-get upgrade -yq && \ apt-get install -yq \