mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
Add ICU libs to Docker builders
This commit is contained in:
Vendored
+2
@@ -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/* \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user