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 \