From 15f1166bc7e3ae7fe045adad165781fb01d70022 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 27 Apr 2020 14:35:24 -0700 Subject: [PATCH] Install packages in non-interactive mode in ubuntu focal --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c9b398..018614f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,6 +81,7 @@ jobs: - run: name: Install dependencies command: | + export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt-get update apt-get install -y git ssh ruby-dev rubygems python-all dh-python python3-stdeb docker.io python3 python3-pyqt5 python3-appdirs python3-click python3-xdg gem install --no-ri --no-rdoc rake