We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695c89c commit 9a9a873Copy full SHA for 9a9a873
.circleci/config.yml
@@ -120,7 +120,8 @@ jobs:
120
docker:
121
- image: ubuntudesktop/gnome-3-38-2004
122
steps:
123
- - run: sudo apt-get -y update && sudo apt-get install -y git && sudo apt install -y rpm
+ - run: sudo apt-get -y update
124
+ - run: sudo apt-get install -y git curl dpkg fakeroot rpm
125
# - run: sudo snap install snapd
126
# - run: sudo snap install snapcraft --classic
127
- install
0 commit comments