Olivier Massot 1 سال پیش
والد
کامیت
b135122fe9
1فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  1. 1 5
      tests/ci_docker_install.sh

+ 1 - 5
tests/ci_docker_install.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-# Setup a php:8.2.1-fpm docker image
+# Setup a php:8.2-fpm docker image
 
 # We need to install dependencies only for Docker
 [[ ! -e /.dockerenv ]] && exit 0
@@ -11,10 +11,6 @@ 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 jessie all" >> /etc/apt/sources.list
-echo "deb-src https://packages.dotdeb.org jessie all" >> /etc/apt/sources.list
-
 apt-get update
 
 apt-get install -yqq --fix-missing --no-install-recommends unzip zlib1g-dev libicu-dev g++ \