Tag: buildah
Running Mautic CRM Automation using PHP Docker with Buildah or Dockerfile
This post is only a notes on how to build a Dockerfile or PHP Docker Image for Mautic 5.x+ CRM Automation. The base image that’s used is docker.io/library/php:8.2-apache, which has no pdo, mysql, zip, intl, and imap. Mautic installation depends on those php extension, and the base php apache image doesn’t have it. To build…