Skip to content

Commit e8b972e

Browse files
Revert "build: try to enable --use-feature=fast-deps."
This reverts commit b89c4e3.
1 parent 841b639 commit e8b972e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ COPY --chmod=700 . /opt/maxkb-app
1818
WORKDIR /opt/maxkb-app
1919
RUN rm -rf /opt/maxkb-app/ui && \
2020
pip install uv --break-system-packages && \
21-
python -m uv pip install -r pyproject.toml --use-feature=fast-deps && \
21+
python -m uv pip install -r pyproject.toml && \
2222
find /opt/maxkb-app -depth \( -name ".git*" -o -name ".docker*" -o -name ".idea*" -o -name ".editorconfig*" -o -name ".prettierrc*" -o -name "README.md" -o -name "poetry.lock" -o -name "pyproject.toml" \) -exec rm -rf {} + && \
2323
export MAXKB_CONFIG_TYPE=ENV && python3 /opt/maxkb-app/apps/manage.py compilemessages && \
2424
export PIP_TARGET=/opt/maxkb-app/sandbox/python-packages && \
25-
python -m uv pip install --target=$PIP_TARGET requests pymysql psycopg2-binary --use-feature=fast-deps && \
25+
python -m uv pip install --target=$PIP_TARGET requests pymysql psycopg2-binary && \
2626
rm -rf /opt/maxkb-app/installer
2727
COPY --from=web-build --chmod=700 ui /opt/maxkb-app/ui
2828

0 commit comments

Comments
 (0)