mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
fix(build): adapt to new debian 11 package names
Signed-off-by: Michele Zuccala <michele@zuccala.com>
This commit is contained in:
parent
b12d37a3b8
commit
f28688551c
@ -403,7 +403,7 @@ jobs:
|
|||||||
name: Setup
|
name: Setup
|
||||||
command: |
|
command: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt-get install apt-utils bzip2 gpg python python-pip -y
|
apt-get install apt-utils bzip2 gpg python python3-pip -y
|
||||||
pip install awscli
|
pip install awscli
|
||||||
echo $GPG_KEY | base64 -d | gpg --import
|
echo $GPG_KEY | base64 -d | gpg --import
|
||||||
- run:
|
- run:
|
||||||
@ -517,7 +517,7 @@ jobs:
|
|||||||
name: Setup
|
name: Setup
|
||||||
command: |
|
command: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt-get install apt-utils bzip2 gpg python python-pip -y
|
apt-get install apt-utils bzip2 gpg python python3-pip -y
|
||||||
pip install awscli
|
pip install awscli
|
||||||
echo $GPG_KEY | base64 -d | gpg --import
|
echo $GPG_KEY | base64 -d | gpg --import
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
Reference in New Issue
Block a user