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 057b21d commit c126a47Copy full SHA for c126a47
Dockerfile
@@ -31,7 +31,7 @@ RUN apt-get update && \
31
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
32
33
# Install SCANOSS
34
-RUN pip3 install scanoss
+RUN pip3 install scanoss --require-hashes
35
36
# Allow to listen port 7896
37
EXPOSE 7896
0 commit comments