Commit Graph

3 Commits

Author SHA1 Message Date
julienfastre c7a6283e00 Add timezone configuration to Dockerfile
Build image and push it to registry / build (push) Successful in 1m11s
Included tzdata package and set the timezone to Europe/Paris by creating a symbolic link in /etc/localtime. This ensures the container runs with the correct timezone settings.
2024-11-06 14:46:45 +01:00
julienfastre 89cb05fce1 Add openssl to Dockerfile
This change adds the openssl CLI to the Dockerfile to ensure necessary cryptographic functionalities are available. It helps in maintaining secure communications and other operations that depend on openssl.
2024-10-11 16:19:32 +02:00
julienfastre 04c4709c84 configure for building worker within a docker image 2024-06-27 12:26:23 +02:00