Olivier Massot 1 anno fa
parent
commit
82580a2e42
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      tests/ci_docker_install.sh

+ 3 - 3
tests/ci_docker_install.sh

@@ -11,9 +11,9 @@ set -xe
 apt-get update
 apt-get install -yqq --fix-missing apt-utils gnupg git build-essential openssh-client zip
 
-apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E9C74FEEA2098A6E
-echo "deb https://packages.dotdeb.org stretch all" >> /etc/apt/sources.list
-echo "deb-src https://packages.dotdeb.org stretch all" >> /etc/apt/sources.list
+#apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E9C74FEEA2098A6E
+#echo "deb https://packages.dotdeb.org stretch all" >> /etc/apt/sources.list
+#echo "deb-src https://packages.dotdeb.org stretch all" >> /etc/apt/sources.list
 
 apt-get update