We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43468e5 + ec0d425 commit 75768acCopy full SHA for 75768ac
Dockerfile
@@ -25,8 +25,8 @@ COPY .github/requirements-pip.txt ./.github/requirements-pip.txt
25
COPY .github/requirements-hashed.txt ./.github/requirements-hashed.txt
26
27
# Install dependencies efficiently
28
-RUN pip install --no-cache-dir --require-hashes -r .github/requirements-pip.txt && \
29
- pip install --no-cache-dir --require-hashes -r .github/requirements-hashed.txt
+RUN pip install --no-cache-dir -r .github/requirements-pip.txt && \
+ pip install --no-cache-dir -r .github/requirements-hashed.txt
30
31
# Copy the rest of the app source code
32
COPY . ./
0 commit comments