Hendrik44 / alpine-ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dependencies are broken

ShubhamNagure opened this issue · comments

I tried to build from your Dockerflie, Looks like its broken

#5 182.6 Failed to build cryptography
#5 182.6 ERROR: Could not build wheels for cryptography that use PEP 517 and cannot be installed directly
------
executor failed running [/bin/sh -c apk add --update python py-pip openssl ca-certificates bash git sudo zip     && apk --update add --virtual build-dependencies python-dev libffi-dev openssl-dev build-base     && pip install --upgrade pip cffi     && echo "Installing Ansible..."     && pip install ansible==$ANSIBLE_VERSION ansible-lint==$ANSIBLE_LINT docker-py==$DOCKER_PY_VERSION     && pip install --upgrade pycrypto pywinrm      && apk --update add sshpass openssh-client rsync     && echo "Removing package list..."     && apk del build-dependencies     && rm -rf /var/cache/apk/* RUN echo "Adding hosts for convenience..."     && mkdir -p /etc/ansible     && echo 'localhost' > /etc/ansible/hosts]: exit code: 1