Skip to content

Commit

Permalink
Re-enable IPv6 in the bleeding edge docker image
Browse files Browse the repository at this point in the history
Upgrade alpine

Ref znc/znc-docker#19
  • Loading branch information
DarthGandalf committed Oct 17, 2019
1 parent 41f59ff commit 064d0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM alpine:3.8
FROM alpine:3.10

ARG VERSION_EXTRA=""

# musl silently doesn't support AI_ADDRCONFIG yet, and ZNC doesn't support Happy Eyeballs yet.
# Together they cause very slow connection. So for now IPv6 is disabled here.
ARG CMAKEFLAGS="-DVERSION_EXTRA=${VERSION_EXTRA} -DCMAKE_INSTALL_PREFIX=/opt/znc -DWANT_CYRUS=YES -DWANT_PERL=YES -DWANT_PYTHON=YES -DWANT_IPV6=NO"
ARG CMAKEFLAGS="-DVERSION_EXTRA=${VERSION_EXTRA} -DCMAKE_INSTALL_PREFIX=/opt/znc -DWANT_CYRUS=YES -DWANT_PERL=YES -DWANT_PYTHON=YES"
ARG MAKEFLAGS=""

ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion docker
Submodule docker updated 1 files
+3 −5 slim/Dockerfile

0 comments on commit 064d0c9

Please sign in to comment.