From 4244d60b75426151822418df24593d526c6db3fb Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 8 Oct 2025 01:07:57 -0400 Subject: [PATCH] Add dependencies for mayfirst preauth --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f95cc87..642d711 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN php -r "if (hash_file('sha384', 'composer-setup.php') === 'c8b085408188070d5 RUN php composer-setup.php RUN php -r "unlink('composer-setup.php');" RUN mv composer.phar /usr/local/bin/composer -RUN apt-get update -yqq && apt-get install -yqq git gettext-base zip unzip 7zip libzip-dev rsync && rm -rf /var/lib/apt/lists/* +RUN apt-get update -yqq && apt-get install -yqq git gettext-base zip unzip 7zip libzip-dev rsync jq curl && rm -rf /var/lib/apt/lists/* RUN mv /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini #RUN docker-php-ext-install zip