This commit is contained in:
parent
20128d2572
commit
cf9f35aeed
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user