From 5ba8dc1dab3d6f236a7162c3dfd6766029f92a9f Mon Sep 17 00:00:00 2001 From: Damian Szymczuk Date: Tue, 4 Sep 2018 19:15:36 +0200 Subject: [PATCH] Update INSTALL.Docker_build.txt Resolve error: Can't locate IO/Socket/INET6.pm in @INC (you may need to install the IO::Socket::INET6 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/bin/imapsync line 713. BEGIN failed--compilation aborted at /usr/bin/imapsync line 713. --- INSTALL.d/INSTALL.Docker_build.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.d/INSTALL.Docker_build.txt b/INSTALL.d/INSTALL.Docker_build.txt index 391438e..28309e5 100644 --- a/INSTALL.d/INSTALL.Docker_build.txt +++ b/INSTALL.d/INSTALL.Docker_build.txt @@ -37,6 +37,7 @@ RUN apt-get update \ libunicode-string-perl \ liburi-perl \ libwww-perl \ + libio-socket-inet6-perl \ procps \ wget \ && rm -rf /var/lib/apt/lists/*