mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Install packages in non-interactive mode in ubuntu focal
This commit is contained in:
parent
197644a6e5
commit
15f1166bc7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue