2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-02 11:24:51 +00:00

Revert "remove require-hashes for now"

This reverts commit 7a7e12130a.
This commit is contained in:
Matthias Mair
2026-01-19 21:57:16 +01:00
parent 3823c89090
commit b7fa42eeea
8 changed files with 17 additions and 17 deletions

View File

@@ -111,8 +111,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# Build and install python dependencies
RUN pip install --user -r base_requirements.txt --no-cache-dir && \
pip install --user -r requirements.txt --no-cache-dir && \
RUN pip install --user --require-hashes -r base_requirements.txt --no-cache-dir && \
pip install --user --require-hashes -r requirements.txt --no-cache-dir && \
pip cache purge && \
rm -rf /root/.cache/pip