mirror of
https://github.com/writefreely/writefreely
synced 2024-11-10 11:24:13 +00:00
Add openssl and root anchors for federation queries
This commit is contained in:
parent
8ceb165020
commit
d01d2c80b6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue