install `docker-ce-cli`

This commit is contained in:
pat-s 2023-10-05 21:29:09 +02:00
parent dc8a2bd667
commit cd4271a1ad
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
apt update -y
apt install -y python helm python3-pip apt-transport-https
apt install -y python helm python3-pip apt-transport-https docker-ce-cli
pip install awscli
- name: Import GPG key