mirror of
https://github.com/simple-login/app.git
synced 2025-12-11 07:26:04 +08:00
Force contraints location
This commit is contained in:
parent
02b506ba0f
commit
08a64f0fa6
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@ RUN apt-get update \
|
|||
&& chmod +x rye \
|
||||
&& mv rye /usr/bin/rye \
|
||||
&& rye toolchain fetch `cat .python-version` \
|
||||
&& printf '[behavior]\nuse-uv=false\n' > /root/.rye/config.toml \
|
||||
&& echo 'setuptools<72' > /code/constraints.txt \
|
||||
&& export PIP_CONSTRAINT=/code/constraints.txt \
|
||||
&& rye sync --no-lock --no-dev \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get purge -y curl netcat-traditional build-essential pkg-config cmake ninja-build python3-dev clang\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue