mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-03 23:39:45 +01:00
Merge pull request #1326 from drwetter/drwetter-idn-docker
Add idn support to Dockerfile
This commit is contained in:
commit
1276c6754d
@ -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