Skip to content

Commit

Permalink
Merge pull request #176 from gsteel/fix-cron-build
Browse files Browse the repository at this point in the history
Add `sockets` extension to the cron container
  • Loading branch information
gsteel authored Jan 4, 2024
2 parents a3ece70 + a628c7b commit 4720dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cron.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:8.3-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 \
Expand Down

0 comments on commit 4720dda

Please sign in to comment.