Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable build docker-compose #64

Open
alvaver opened this issue Nov 18, 2023 · 0 comments
Open

Unable build docker-compose #64

alvaver opened this issue Nov 18, 2023 · 0 comments

Comments

@alvaver
Copy link

alvaver commented Nov 18, 2023

Hello Dimalo. I run docker-compose build on my custom board with S905X2 SoC. Image builded in the buildroot project. It has docker engine and docker-compose. And I get the error:

    × Building wheel for ninja (pyproject.toml) did not run successfully.
   │ exit code: 1
   ╰─> [13 lines of output]
       /tmp/pip-build-env-5eyd4zei/overlay/lib/python3.10/site-packages/setuptools_scm/git.py:308: UserWarning: git archive did not  support describe output

I apply this patch:

diff --git a/klipper/Dockerfile b/klipper/Dockerfile
index fa602f9..a1c1557 100644
--- a/klipper/Dockerfile
+++ b/klipper/Dockerfile
@@ -19,6 +19,7 @@ RUN apt-get update && \
        git \
        sudo \
        wget \
+       ninja-build \
        curl \
        gzip \
        tar \

And this solves my problem, maybe it will help others too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant