浏览代码

Add volume mount for /usr/share/zoneinfo

David Peter 1 年之前
父节点
当前提交
c72a290b6c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Cross.toml

+ 3 - 0
Cross.toml

@@ -0,0 +1,3 @@
+[build.env]
+# 'cross' Docker images do not have the tzdata package installed. Add a volume mount to pass it in from the host
+volumes = ["ZONEINFO=/usr/share/zoneinfo"]