Add idn support

This commit is contained in:
Dirk Wetter 2019-09-19 07:12:59 +00:00 committed by GitHub
parent 01f73a2249
commit 7818f1acc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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