Commit Graph

10 Commits

Author SHA1 Message Date
Mathieu Jaumotte 2f18130e72 Revert "remove gd deps"
This reverts commit eb059453282539b899b3dbdce72cb970d5c28bff.
2023-02-08 09:36:41 +01:00
Julien Fastré 2af27e8b42 Feature: add php-cs-fixer to the base image
Php-cs-fixer have conflicts with the symfony and doctrine version in use for us.

I propose to add it to the image until php-cs-fixer becomes compatible again with our dependencies.

This commit also add the environment variable PHP_CS_FIXER_IGNORE_ENV to make it works with php 8.2 (currently, it does not work with php > 8.1)
2023-02-08 09:36:41 +01:00
Mathieu Jaumotte fcd00855f9 improve DockerFile deps to avoid errors with chill 2023-02-08 09:36:41 +01:00
Mathieu Jaumotte d38e9a5c0a add shell preference 2023-02-08 09:36:41 +01:00
Mathieu Jaumotte b63a4f2a5f finish image 2023-02-08 09:36:41 +01:00
Mathieu Jaumotte 1a1188c612 merge deps RUN blocks to optimize 2023-02-08 09:36:41 +01:00
Mathieu Jaumotte 39b9e839c2 remove gd deps 2023-02-08 09:36:41 +01:00
Mathieu Jaumotte 23c438f0d7 add postgresql-client 2023-02-08 09:36:41 +01:00
Mathieu Jaumotte a4fd3dbeb6 Upgrade chill_base_php image to PHP8: install deps and php extension 2023-02-08 09:36:41 +01:00
Julien Fastré fc1690fb7d initial commit 2022-07-11 21:32:20 +02:00