Compare commits

..

No commits in common. "v6.0.2+2" and "v6.0.2+1" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -34,10 +34,10 @@ RUN apk add --update --no-cache --virtual .build-deps build-base libffi-dev musl
MOLECULE_MAJOR="${MOLECULE_VERSION%%.*}" && \
if [ -z "${MOLECULE_MAJOR//[0-9]}" ] && [ -n "$MOLECULE_MAJOR" ]; then \
echo "Installing molecule version '$MOLECULE_VERSION' ..." && \
pip install -qq --no-cache-dir molecule=="$MOLECULE_VERSION" molecule-plugins[docker]; \
pip install -qq --no-cache-dir molecule[docker,test]=="$MOLECULE_VERSION"; \
else \
echo "Installing latest molecule ..." && \
pip install -qq --no-cache-dir molecule molecule-plugins[docker]; \
pip install -qq --no-cache-dir molecule[docker,test]; \
fi && \
apk del .build-deps && \
rm -rf /var/cache/apk/* && \

View File

@ -9,5 +9,3 @@ hcloud
pycrypto
flaky
passlib
pytest
pytest-testinfra