mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 04:19:44 +01:00
Add idn support
This commit is contained in:
parent
01f73a2249
commit
7818f1acc8
@ -1,7 +1,7 @@
|
||||
FROM alpine:3.9
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add bash procps drill git coreutils
|
||||
RUN apk add bash procps drill git coreutils libidn
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
RUN addgroup testssl
|
||||
|
Loading…
Reference in New Issue
Block a user