Add icu-libs

This commit is contained in:
deathrow 2022-12-27 12:20:48 -05:00
parent 215f91bbca
commit 46cea43767
No known key found for this signature in database
GPG Key ID: FF39D67A22069F73

View File

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