From 131fb1040d98f33ac9e1d5820cacf345051de3cf Mon Sep 17 00:00:00 2001 From: kevin mercier Date: Mon, 11 Sep 2023 15:08:56 +0200 Subject: [PATCH] fixed docker build --- engines/sslscan/Dockerfile | 1 + engines/sslscan/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/engines/sslscan/Dockerfile b/engines/sslscan/Dockerfile index 92ee4d17..a8a16bcb 100644 --- a/engines/sslscan/Dockerfile +++ b/engines/sslscan/Dockerfile @@ -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 \ diff --git a/engines/sslscan/requirements.txt b/engines/sslscan/requirements.txt index 4cfcdcb3..c2c117c6 100644 --- a/engines/sslscan/requirements.txt +++ b/engines/sslscan/requirements.txt @@ -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