Install packages in non-interactive mode in ubuntu focal

This commit is contained in:
Micah Lee 2020-04-27 14:35:24 -07:00
parent 197644a6e5
commit 15f1166bc7
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -81,6 +81,7 @@ jobs:
- run: - run:
name: Install dependencies name: Install dependencies
command: | command: |
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
apt-get update 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 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 gem install --no-ri --no-rdoc rake