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 ae99e39 commit 01a3884Copy full SHA for 01a3884
Dockerfile.test
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
3
ENV DEBIAN_FRONTEND noninteractive
4
5
RUN apt update \
6
- && apt install ca-certificates python3 python3-pip php8.1-cli php8.1-xml -y --no-install-recommends \
+ && apt install ca-certificates python3 python3-pip php8.1-cli php8.1-xml sslscan -y --no-install-recommends \
7
&& apt clean -yq \
8
&& apt autoremove -yq \
9
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
0 commit comments