Skip to content

Commit b82e186

Browse files
committed
fix: install libicu
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 9ac76b9 commit b82e186

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN apt-get update && \
4141
libxslt1.1 \
4242
xz-utils \
4343
zstd \
44+
libicu76 \
4445
postgresql-common \
4546
$(cat /build-deps.txt) && \
4647
rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/*

0 commit comments

Comments
 (0)