add icu-libs

This commit is contained in:
Wonderfall 2022-12-21 01:19:53 +01:00 committed by GitHub
parent 75c1692b01
commit a89351cca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ RUN apk -U upgrade \
tzdata \
xmlsec \
curl \
icu-libs \
&& adduser -g ${GID} -u ${UID} --disabled-password --gecos "" synapse \
&& rm -rf /var/cache/apk/*