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.
This commit is contained in:
Damian Szymczuk 2018-09-04 19:15:36 +02:00 committed by GitHub
parent e2daa4f91f
commit 5ba8dc1dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/*