details: https://code.tryton.org/communication/demo/commit/97a071e3ad2a
branch: default
user: Cédric Krier <[email protected]>
date: Tue Apr 21 08:39:01 2026 +0200
description:
Do not use the removed install-option from pip command
diffstat:
Dockerfile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 18e896fba7f5 -r 97a071e3ad2a Dockerfile
--- a/Dockerfile Tue Apr 21 08:28:36 2026 +0200
+++ b/Dockerfile Tue Apr 21 08:39:01 2026 +0200
@@ -21,7 +21,6 @@
org.label-schema.schema-version="1.0"
USER root
COPY --from=builder /authentication_none/dist /dist
-RUN pip3 install --no-cache-dir --install-option="-O1" --break-system-packages
\
- /dist/* \
+RUN pip3 install --no-cache-dir --break-system-packages /dist/* \
&& rm -rf /root/.cache /dist/
USER trytond