Skip to content

Commit 01a3884

Browse files
author
xavier
committed
Ajout de la dépendance sslscan dans le conteneur de test
1 parent ae99e39 commit 01a3884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
33
ENV DEBIAN_FRONTEND noninteractive
44

55
RUN apt update \
6-
&& apt install ca-certificates python3 python3-pip php8.1-cli php8.1-xml -y --no-install-recommends \
6+
&& apt install ca-certificates python3 python3-pip php8.1-cli php8.1-xml sslscan -y --no-install-recommends \
77
&& apt clean -yq \
88
&& apt autoremove -yq \
99
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \

0 commit comments

Comments
 (0)