Use PHP 7, as ArkhamDB doesn't yet work with PHP 8

This commit is contained in:
Adam Goldsmith 2023-04-22 22:09:40 -04:00
parent d490859356
commit 90020de352
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM php:fpm as php-fpm
FROM php:7-fpm as php-fpm
RUN apt update && \
apt install -y zip unzip git && \
docker-php-ext-install mysqli pdo pdo_mysql