From 8b6c9e3a6cd3b65ffb3e9df289e72a24f0d97b7f Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 30 Jan 2023 14:45:20 +0100 Subject: [PATCH] Dockerfile update, downloading driver try 5 --- .idea/php.xml | 2 +- Source/API/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index 639f74d..b673eaa 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -9,7 +9,7 @@ - + diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index c68d0f0..8898aa4 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,5 +1,5 @@ FROM php:8.0-apache RUN apt-get update && apt-get upgrade -y RUN docker-php-ext-install mysqli -RUN apt-get install php5-mysql +RUN apt-get install php7.4-mysql COPY ./script /var/www/html \ No newline at end of file