This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Install libidn with Docker (
#4219
)
closed-social-v3
Yamagishi Kazutoshi
7 years ago
committed by
Eugen Rochko
parent
695439775e
commit
35b868eeca
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Dockerfile
+ 2
- 0
Dockerfile
View File
@ -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
\
Write
Preview
Loading…
Cancel
Save