icu-data-full
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Aleksander Cynarski 2022-11-09 00:13:11 +01:00
parent 20128d2572
commit cf9f35aeed
Signed by: paramah
GPG Key ID: C4340BA42B9C173A

View File

@ -22,6 +22,7 @@ RUN apk add --no-cache --virtual build-essentials build-base \
curl-dev \
libpng libpng-dev \
icu-dev \
icu-data-full \
gettext gettext-dev \
imap-dev \
ldb-dev libldap openldap-dev \
@ -56,7 +57,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit
# install system libs
RUN apk add --no-cache libintl c-client gnu-libiconv \
net-snmp libpng icu-libs libldap libpq libjpeg \
net-snmp libpng icu-libs icu-data-full libldap libpq libjpeg \
libwebp freetype libzip shadow sudo wget bash git \
openssh supervisor nginx openssl zip fluent-bit \
&& apk --no-cache upgrade && rm -rf /var/cache/apk/*