Skip to content

Commit

Permalink
fixed docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
lolkev1 committed Sep 11, 2023
1 parent 6e1a76f commit 131fb10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions engines/sslscan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY VERSION .

WORKDIR /opt/patrowl-engines/sslscan/external-libs
RUN apk add --update --no-cache \
coreutils \
build-base \
linux-headers \
git \
Expand Down
2 changes: 1 addition & 1 deletion engines/sslscan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MarkupSafe==2.1.1
mistune==2.0.3
PatrowlEnginesUtils>=1.0.2
pyrsistent==0.18.0
PyYAML==5.4.1
PyYAML==6.0.1
six==1.16.0
typing-extensions==3.10.0.2
werkzeug==2.2.3
Expand Down

0 comments on commit 131fb10

Please sign in to comment.