[Libreoffice-commits] online.git: docker/scripts

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Nov 13 10:43:22 UTC 2018


 docker/scripts/run-lool.sh |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 7cbb2e5168a24c726d763d3c9fef60ecbff35dcb
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Nov 13 11:43:01 2018 +0100
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Nov 13 11:43:01 2018 +0100

    Fix domain name resolution from jails
    
    Change-Id: I0bfe31956a2298ca908093905d33c3c151c77f39

diff --git a/docker/scripts/run-lool.sh b/docker/scripts/run-lool.sh
index 71f14396a..a283672b4 100755
--- a/docker/scripts/run-lool.sh
+++ b/docker/scripts/run-lool.sh
@@ -7,9 +7,8 @@
 
 export LC_CTYPE=en_US.UTF-8
 
-# Fix lool resolv.conf problem (wizdude)
-rm /opt/lool/systemplate/etc/resolv.conf
-ln -s /etc/resolv.conf /opt/lool/systemplate/etc/resolv.conf
+# Fix domain name resolution from jails
+cp /etc/resolv.conf /etc/hosts /opt/lool/systemplate/etc/
 
 if test "${DONT_GEN_SSL_CERT-set}" == set; then
 # Generate new SSL certificate instead of using the default


More information about the Libreoffice-commits mailing list