Month: September 2024
Building Newer Spotify LPF Package when Newer Package Hasn’t landed Yet in Fedora
LPF (Local Package Factory) is a great tool that really help in repackaging the apps that aren’t allowed to be redistributed as binary directly, and one of the case is closed source application, Spotify. I come across a question that I already have an old version of Spotify client, and I tried to upgrade it…
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…