From 22c27e7ac5560c37320080d7e20249c4a3998c6b Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Tue, 22 Nov 2022 18:32:42 +0100 Subject: [PATCH] Dockerfile update --- Sources/php_script/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/php_script/Dockerfile b/Sources/php_script/Dockerfile index 91717d5..313cb65 100644 --- a/Sources/php_script/Dockerfile +++ b/Sources/php_script/Dockerfile @@ -1,3 +1,3 @@ FROM php:8.1-apache -RUN apt-get update && apt-get install -y php-mysqli +RUN apt-get update && apt-get install -y php7.4-mysql 7.4.33-1+deb11u1 && apt-get install -y php-mysqli COPY ./script /var/www/html