ci: add lsb-release for hashicorp vault on ubuntu

This commit is contained in:
Wez Furlong
2023-08-01 14:46:38 -07:00
parent f4f1172b56
commit 6e238f930d
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
run: "apt update"
- name: "Install Hashicorp Vault"
run: |
apt-get install -y gpg
apt-get install -y gpg lsb-release
curl -fsSL https://apt.releases.hashicorp.com/gpg | gpg --yes --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/hashicorp.list
apt update