From abc00b3c9cea964ef62b809557eed95b38084935 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 30 Jan 2023 14:42:15 +0100 Subject: [PATCH] Dockerfile update, downloading driver try 3 --- Source/API/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 13bd362..528f9c5 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,5 +1,5 @@ -FROM php:8.1-apache +FROM php:8.0-apache RUN apt-get update && apt-get upgrade -y RUN docker-php-ext-install mysqli -RUN apt-get install php8.0-mysql +RUN apt-get install php-mysql COPY ./script /var/www/html \ No newline at end of file