add apt-utils for deploy
deploy / deploy (push) Failing after 56s Details

This commit is contained in:
DataHearth 2023-04-14 19:53:44 +02:00
parent 76e7b85b03
commit 0b70aa8188
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Set up Docker
run: |
apt-get update
apt-get install -y ca-certificates curl gnupg
apt-get install -y ca-certificates curl gnupg apt-utils
install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
chmod a+r /etc/apt/keyrings/docker.gpg