From 9fc2b85f80e66a7b6a4a5fb88e9a454a974b7ba2 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Sat, 11 Mar 2023 12:13:45 +0100 Subject: [PATCH] Try to reduce CI time, try 2 --- Source/API/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/API/Dockerfile b/Source/API/Dockerfile index 29f3a2e..fe7f4ab 100644 --- a/Source/API/Dockerfile +++ b/Source/API/Dockerfile @@ -1,5 +1,5 @@ FROM php:8.1-apache -RUN apt-get install -y git +RUN apt-get update && apt-get install -y git RUN docker-php-ext-install pdo pdo_mysql COPY ./script /var/www/html WORKDIR /var/www/html/Config