浏览代码

Add gnupg to Dockerfile (#11365)

Co-authored-by: zeripath <art27@cantab.net>
tags/v1.13.0-dev
Cirno the Strongest 4 年前
父节点
当前提交
c9187b8116
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      Dockerfile

+ 2
- 1
Dockerfile 查看文件

@@ -37,7 +37,8 @@ RUN apk --no-cache add \
s6 \
sqlite \
su-exec \
tzdata
tzdata \
gnupg

RUN addgroup \
-S -g 1000 \

正在加载...
取消
保存