mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Merge pull request #2340 from drwetter/fix_nss_dns_3.0
Add openssl, offer to query OCSP responder (3.0)
This commit is contained in:
commit
6454f656db
@ -2,7 +2,7 @@ FROM alpine:3.17
|
|||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk upgrade && \
|
apk upgrade && \
|
||||||
apk add --no-cache bash procps drill git coreutils libidn curl && \
|
apk add --no-cache bash procps drill coreutils libidn curl openssl1.1-compat && \
|
||||||
addgroup testssl && \
|
addgroup testssl && \
|
||||||
adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \
|
adduser -G testssl -g "testssl user" -s /bin/bash -D testssl && \
|
||||||
ln -s /home/testssl/testssl.sh /usr/local/bin/ && \
|
ln -s /home/testssl/testssl.sh /usr/local/bin/ && \
|
||||||
|
Loading…
Reference in New Issue
Block a user