From 5bf2d7fae2ca28272552f8950648fbea6befd950 Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Wed, 23 Nov 2022 08:46:29 +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 16b8a2d..5c5e5f2 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 php8.1-mysql && apt-get install -y php-mysqli +RUN apt-get update && apt-get install -y php8.1-mysql COPY ./script /var/www/html