mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
Force contraints location
This commit is contained in:
parent
02b506ba0f
commit
08a64f0fa6
@ -29,6 +29,9 @@ RUN apt-get update \
|
|||||||
&& chmod +x rye \
|
&& chmod +x rye \
|
||||||
&& mv rye /usr/bin/rye \
|
&& mv rye /usr/bin/rye \
|
||||||
&& rye toolchain fetch `cat .python-version` \
|
&& 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 \
|
&& rye sync --no-lock --no-dev \
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
&& apt-get purge -y curl netcat-traditional build-essential pkg-config cmake ninja-build python3-dev clang\
|
&& apt-get purge -y curl netcat-traditional build-essential pkg-config cmake ninja-build python3-dev clang\
|
||||||
|
Loading…
Reference in New Issue
Block a user