Commit Graph

5 Commits

Author SHA1 Message Date
ccd2ba485c
Refactored PHP extension installation in Dockerfiles
The PHP extension installation commands have been refactored across multiple Dockerfiles. Previously, all extensions were installed in a single command. Now, each extension is installed with its own dedicated command. This change enhances readability and maintainability of the code.
2024-11-08 12:08:45 +01:00
34db79b3ab
Update Dockerfile versions and dependencies
- Update the base image for nodebuilder from node:18 to node:20
- Update the base image for php in Dockerfile and Dockerfile.daemon from php:8.1 to php:8.3
- Remove unnecessary packages installation in Dockerfile, Dockerfile.daemon, and Dockerfile.webui
- Set APACHE_DOCUMENT_ROOT, WEBCRON_ROOT, and TZ environment variables in all three Dockerfiles
2023-12-07 14:43:01 +01:00
77772dcaed
BUGFIX: version tag was not being read 2023-01-11 17:34:16 +01:00
24350a515b
BUGFIX: daemon container could not build 2022-10-04 17:53:57 +02:00
2c61095df0
BUGFIX: added splitted dockerfiles 2022-09-14 10:25:18 +02:00