Forráskód Böngészése

Add volume mount for /usr/share/zoneinfo

David Peter 1 éve
szülő
commit
c72a290b6c
1 módosított fájl, 3 hozzáadás és 0 törlés
  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"]