initialize ICU

This makes functions like new Intl.DateTimeFormat() not crash.
This commit is contained in:
Karl Seguin
2025-04-23 17:41:19 +08:00
parent ba0505c13c
commit 89fea9b4df
7 changed files with 22 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ ARG ZIG=0.14.0
ARG ZIG_MINISIG=RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U
ARG ARCH=x86_64
ARG V8=11.1.134
ARG ZIG_V8=v0.1.18
ARG ZIG_V8=v0.1.19
RUN apt-get update -yq && \
apt-get install -yq xz-utils \