diff --git a/Dockerfile b/Dockerfile index 5a21bf7..5e5d3d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/* && \