浏览代码

Add openssl and root anchors for federation queries

pull/44/head
kaiyou 5 年前
父节点
当前提交
d01d2c80b6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile 查看文件

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


正在加载...
取消
保存