Skip to content

Commit c126a47

Browse files
authored
fix: Apply security install of python package into Dockerfile (#357)
Signed-off-by: Taras Drozdovskyi <[email protected]>
1 parent 057b21d commit c126a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update && \
3131
RUN rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3232

3333
# Install SCANOSS
34-
RUN pip3 install scanoss
34+
RUN pip3 install scanoss --require-hashes
3535

3636
# Allow to listen port 7896
3737
EXPOSE 7896

0 commit comments

Comments
 (0)