Merge pull request #1326 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
commit 1276c6754d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:3.9 FROM alpine:3.9
RUN apk update && apk upgrade 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 apk add --no-cache curl
RUN addgroup testssl RUN addgroup testssl