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.
1 parent 0c33c7c commit 732106aCopy full SHA for 732106a
1 file changed
carbonserver/docker/Dockerfile
@@ -28,7 +28,7 @@ RUN ln -sf /usr/bin/pip3 /usr/bin/pip && \
28
ln -sf /usr/bin/python3.11 /usr/bin/python3
29
30
COPY ./requirements/requirements-api.txt /carbonserver/requirements-api.txt
31
-RUN pip install -r /carbonserver/requirements-api.txt
+RUN pip install -r /carbonserver/requirements-api.txt --require-hashes
32
33
COPY ./carbonserver/docker/entrypoint.sh /opt
34
RUN chmod a+x /opt/entrypoint.sh
0 commit comments