mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
mastodon: install libidn
This commit is contained in:
parent
82340cf584
commit
5d56ebbd79
@ -21,6 +21,7 @@ RUN apk -U upgrade \
|
|||||||
git \
|
git \
|
||||||
icu-libs \
|
icu-libs \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
|
libidn \
|
||||||
libpq \
|
libpq \
|
||||||
libressl \
|
libressl \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
@ -39,6 +40,7 @@ RUN apk -U upgrade \
|
|||||||
build-base \
|
build-base \
|
||||||
icu-dev \
|
icu-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
|
libidn-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
postgresql-dev \
|
postgresql-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user