Skip to content

fix(build): install idu-service-auth from tarball URL, not git+ - #30

Merged
Voronapxl merged 1 commit into
devfrom
feat/service_token
Jul 14, 2026
Merged

fix(build): install idu-service-auth from tarball URL, not git+#30
Voronapxl merged 1 commit into
devfrom
feat/service_token

Conversation

@Voronapxl

Copy link
Copy Markdown
Collaborator

The base image (python:3.11-slim) has no git, so the git+https:// requirement failed at pip install ("Cannot find command 'git'"). Use GitHub's tarball archive URL instead — plain HTTPS, no git binary and no extra apt layer needed in the image.

The base image (python:3.11-slim) has no git, so the
`git+https://` requirement failed at `pip install` ("Cannot find command
'git'"). Use GitHub's tarball archive URL instead — plain HTTPS, no git
binary and no extra apt layer needed in the image.
@Voronapxl
Voronapxl merged commit 2657310 into dev Jul 14, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant