Skip to content
Snippets Groups Projects
Commit 35b868ee authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Install libidn with Docker (#4219)

parent 69543977
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ RUN echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/reposit
&& apk -U upgrade \
&& apk add -t build-dependencies \
build-base \
libidn-dev \
libxml2-dev \
libxslt-dev \
postgresql-dev \
......@@ -27,6 +28,7 @@ RUN echo "@edge https://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/reposit
git \
icu-dev \
imagemagick@edge \
libidn \
libpq \
libxml2 \
libxslt \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment