fix: install extra dependencies also for latest version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-01-19 21:00:26 +01:00
parent c94689ab76
commit 258e932f85
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ RUN apk add --update --no-cache --virtual .build-deps gcc make libffi-dev musl-d
pip install -qq --no-cache-dir molecule[docker,podman,lint]=="$MOLECULE_VERSION"; \
else \
echo "Installing latest molecule ..." && \
pip install -qq --no-cache-dir molecule; \
pip install -qq --no-cache-dir molecule[docker,podman,lint]; \
fi && \
apk del .build-deps && \
rm -rf /var/cache/apk/* && \