From 734305110318b3c3af823e461500d616e052f324 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco <santilococo.01@gmail.com> Date: Mon, 15 Apr 2024 16:44:19 +0200 Subject: [PATCH] Update .woodpecker.yml (x2) --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e77992a..de7deb7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,8 +14,7 @@ steps: molecule: image: docker:dind commands: - - apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf \ - automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh + - apk add --no-cache python3 python3-dev py3-pip gcc git curl build-base autoconf automake py3-cryptography linux-headers musl-dev libffi-dev openssl-dev openssh - python3 -m pip install ansible molecule[docker] - molecule test