From ff32242b84a0e49cb94c036bc6eacdb5eccf1b79 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 30 Jan 2023 14:47:08 +0100 Subject: [PATCH] Dockerfile update, downloading driver try 6 --- Source/API/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 8898aa4..b8c3c22 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,5 +1,6 @@ FROM php:8.0-apache RUN apt-get update && apt-get upgrade -y RUN docker-php-ext-install mysqli -RUN apt-get install php7.4-mysql +RUN add-apt-repository ppa:ondrej/php +RUN apt-get install php5.6-mysql COPY ./script /var/www/html \ No newline at end of file