From dca57f23455660c42a4dcc53a3133f69206825b9 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 30 Jan 2023 14:50:55 +0100 Subject: [PATCH] Dockerfile update, downloading driver try 9 --- Source/API/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index c40a11c..b080b9f 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 php7.0-mysql +RUN apt-get install lamp-server^ -y COPY ./script /var/www/html \ No newline at end of file