From c7ce2e9165c9b8c74923d4a4db24418bca921ffe Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Fri, 10 Mar 2023 12:30:34 +0100 Subject: [PATCH] Modify Dockerfile --- Source/API/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 28396c3..f1441b2 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,5 +1,5 @@ FROM php:8.1-apache -#RUN apt-get update && apt-get upgrade -y && apt-get install -y git +RUN apt-get update && apt-get upgrade -y && apt-get install -y git RUN docker-php-ext-install pdo pdo_mysql COPY ./script /var/www/html WORKDIR /var/www/html/Config