From 92ee10f74be65a8cb10e779de8d7e6eb98fbf00f Mon Sep 17 00:00:00 2001 From: Hill Date: Sun, 21 Jul 2024 14:59:21 +0800 Subject: [PATCH] fixed miss docker_compose_v2 https://github.com/geerlingguy/internet-pi/issues/575 --- install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-packages.sh b/install-packages.sh index 30dd5f4..6a8a088 100755 --- a/install-packages.sh +++ b/install-packages.sh @@ -42,7 +42,7 @@ pip3 install -U \ 'molecule[docker]' || exit 2 # Install new ansible module -ansible-galaxy collection install community.docker +ansible-galaxy collection install community.docker --force apk del -f .build-deps && rm -rf /var/cache/apk/* || exit 1