PrestaShop / prestashop-flashlight

A docker based testing utility for PrestaShop
MIT License
23 stars 8 forks source link

Cannot build 1.6.x branches for OS_FLAVOUR=debian #122

Closed jokesterfr closed 1 month ago

jokesterfr commented 1 month ago

To reproduce:

OS_FLAVOUR=debian PS_VERSION=1.6.1.24 ./build.sh

Error:

 > [debian-base-prestashop 8/9] RUN /tmp/debian-base-install.sh   && rm -f /tmp/debian-base-install.sh /tmp/php-configuration.sh:
15.60   echo "deb [trusted=yes] https://packages.sury.org/php/ $VERSION_CODENAME main" > /etc/apt/sources.list.d/php.list
15.60 fi
15.60 rm /etc/apt/preferences.d/no-debian-php
15.60 apt-get update
15.65 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
15.65 Hit:2 http://deb.debian.org/debian buster InRelease
15.65 Hit:3 http://deb.debian.org/debian buster-updates InRelease
15.98 Get:4 https://packages.sury.org/php buster InRelease

16.47 E: GPG error: https://packages.sury.org/php buster Release: Signed file isn't valid, got 'NODATA' (does the network require authentication?)
------
debian.Dockerfile:27
--------------------
  26 |     
  27 | >>> RUN /tmp/debian-base-install.sh \
  28 | >>>   && rm -f /tmp/debian-base-install.sh /tmp/php-configuration.sh
  29 |     
--------------------

Blocking this PR: https://github.com/PrestaShop/prestashop-flashlight/pull/119