瀏覽代碼

Fix "tzinfo-data is not present" docker error (#6300)

when starting the container.
master
Pierre Ozoux 6 年之前
committed by Eugen Rochko
父節點
當前提交
7be53a10b0
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      Dockerfile

+ 1
- 0
Dockerfile 查看文件

@@ -40,6 +40,7 @@ RUN apk -U upgrade \
protobuf \
su-exec \
tini \
tzdata \
&& update-ca-certificates \
&& mkdir -p /tmp/src /opt \
&& wget -O yarn.tar.gz "https://github.com/yarnpkg/yarn/releases/download/v$YARN_VERSION/yarn-v$YARN_VERSION.tar.gz" \


Loading…
取消
儲存