This is an automated email from the ASF dual-hosted git repository.
aw-was-here pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git
The following commit(s) were added to refs/heads/main by this push:
new 45a89e54 YETUS-1270. Dockerfile needs icu support (#373)
45a89e54 is described below
commit 45a89e5415a1d235992d432e5b0b326be1240c7b
Author: Allen Wittenauer <[email protected]>
AuthorDate: Fri Apr 24 10:14:46 2026 -0700
YETUS-1270. Dockerfile needs icu support (#373)
---
precommit/src/main/shell/test-patch-docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile
b/precommit/src/main/shell/test-patch-docker/Dockerfile
index a658158d..de2dbb67 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -51,6 +51,7 @@ RUN apt-get -q update && apt-get -q install
--no-install-recommends -y \
gpg \
gpg-agent \
libffi-dev \
+ libicu-dev \
libxml2-utils \
locales \
patch \