2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-02-02 03:14:56 +00:00

remove require-hashes for now

This commit is contained in:
Matthias Mair
2025-12-22 19:01:15 +01:00
parent 035b36ef63
commit 7a7e12130a
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 --require-hashes -r base_requirements.txt --no-cache-dir && \
pip install --user --require-hashes -r requirements.txt --no-cache-dir && \
RUN pip install --user -r base_requirements.txt --no-cache-dir && \
pip install --user -r requirements.txt --no-cache-dir && \
pip cache purge && \
rm -rf /root/.cache/pip