Fix some Dockerfiles used in CI to include libicu-dev.

This commit is contained in:
Aaron Son
2025-09-16 01:13:35 -07:00
parent 0e11c955b3
commit dbd015fcc3
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ RUN apt install -y curl wget git
RUN \
apt-get install -y \
build-essential \
libicu-dev \
tcl \
lsb-release

View File

@@ -11,6 +11,7 @@ RUN apt update -y && \
apt update -y && \
apt install -y \
build-essential \
libicu-dev \
git \
mysql-client \
mysql-server \