Merge pull request #44 from TeDomum/master

Add openssl and root anchors for federation queries
This commit is contained in:
Brad Koehn 2018-12-05 07:07:45 -06:00 committed by GitHub
commit c2a3b4935c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN mkdir /stage && \
FROM alpine:3.8
RUN apk add --no-cache openssl ca-certificates
COPY --from=build --chown=daemon:daemon /stage /go
WORKDIR /go