From a628c7bcb4ed9f671e3380ece3305c5de64872c3 Mon Sep 17 00:00:00 2001 From: George Steel Date: Thu, 4 Jan 2024 13:18:43 +0000 Subject: [PATCH] Add `sockets` extension to the cron container --- docker/cron.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/cron.dockerfile b/docker/cron.dockerfile index 2410d4c..ca56995 100644 --- a/docker/cron.dockerfile +++ b/docker/cron.dockerfile @@ -1,6 +1,6 @@ FROM php:8.2-cli-alpine -ARG LOCAL_MODULES="bcmath ctype curl intl json libxml mbstring opcache redis xmlreader" +ARG LOCAL_MODULES="bcmath ctype curl intl json libxml mbstring opcache redis sockets xmlreader" ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.1.12/supercronic-linux-amd64 \ SUPERCRONIC=supercronic-linux-amd64 \