Update package list first

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-22 13:38:06 +02:00
parent 0752ee1e9e
commit 5f590082f3

View File

@ -35,6 +35,7 @@ jobs:
id: install_docker
run: |
whoami
apt update
apt list "*docker*"
apt install --quiet docker-compose
- name: Verify docker