Add ICU libs to Docker builders

This commit is contained in:
Joshua M. Boniface
2025-08-12 23:13:17 -04:00
parent d6231a55b2
commit 8f821c9540
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -45,6 +45,8 @@ RUN apt-get update -y \
libcurl*openssl-dev \
libfreetype*-dev \
libssl-dev \
libicu-dev \
icu-devtools \
&& apt-get clean autoclean -y \
&& apt-get autoremove -y \
&& rm -rf /var/cache/apt/archives/* /var/lib/apt/lists/* \
+2
View File
@@ -39,6 +39,8 @@ RUN apt-get update -y \
libssl*.* \
liblttng-ust*\
libssl-dev \
libicu-dev \
icu-devtools \
libfontconfig*-dev \
libcurl*openssl-dev \
libfreetype*-dev \