1
0
mirror of https://github.com/tommytran732/Synapse-Docker synced 2024-09-19 12:44:43 -04:00

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 \ tzdata \
xmlsec \ xmlsec \
curl \ curl \
icu-libs \
&& adduser -g ${GID} -u ${UID} --disabled-password --gecos "" synapse \ && adduser -g ${GID} -u ${UID} --disabled-password --gecos "" synapse \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*