home-assistant-libs / pytradfri

IKEA Trådfri/Tradfri API. Control and observe your lights from Python. Examples available. On pypi. Sans-io.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile does not build successfully

davidsteinar opened this issue · comments

Cloning the repo and running docker build -t pytradfri:latest results in error

------ failed to solve with frontend dockerfile.v0: failed to build LLB: executor failed running [/bin/sh -c mkdir -p /usr/src/build && cd /usr/src/build && pip3 install --upgrade pip setuptools wheel cython && pip3 install -r /usr/src/app/requirements.txt && /usr/src/app/script/install-coap-client.sh && python /usr/src/app/setup.py install]: runc did not terminate sucessfully

Also, confusingly there are multiple Dockerfiles in the repo.

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days