File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ COPY --chmod=700 . /opt/maxkb-app
1818WORKDIR /opt/maxkb-app
1919RUN 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
2727COPY --from=web-build --chmod=700 ui /opt/maxkb-app/ui
2828
You can’t perform that action at this time.
0 commit comments