You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
594 B

  1. php__version_preference: [ 'php7.4' ]
  2. php__sury: true
  3. php__packages: [ 'curl', 'xml', 'gd', 'zip', 'mbstring', 'mysql', 'bcmath', 'intl', 'redis' ]
  4. # For php8.1 automatic install gd is not possible, because https://github.com/debops/debops/issues/2272 and https://github.com/oerdnj/deb.sury.org/issues/1947
  5. # For solve that - touch file: /etc/apt/preferences.d/libgd-pin100
  6. # with these contents:
  7. #Package: libgd3
  8. #Pin-Priority: 100
  9. # and launch installation process:
  10. #apt update
  11. #apt install -t bullseye libgd3
  12. #apt-cache policy libgd3
  13. #apt install php8.1-gd
  14. # TODO: Move that into own script