1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-20 20:51:45 +02:00

Merge pull request from drwetter/drwetter-idn-docker

Add idn support to Dockerfile
This commit is contained in:
Dirk Wetter
2019-09-19 09:14:17 +02:00
committed by GitHub

@ -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