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

View file

@ -17,7 +17,7 @@ jobs:
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | tee /usr/share/keyrings/helm.gpg > /dev/null 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 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 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 pip install awscli
- name: Import GPG key - name: Import GPG key