From 17a7cc6f1f6e3b407d0e15ba47a0168f6c9d10d1 Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Wed, 5 Apr 2023 09:01:23 +0200 Subject: [PATCH] Add zip install, change database IP --- API/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/Dockerfile b/API/Dockerfile index 17512c3..790f63a 100644 --- a/API/Dockerfile +++ b/API/Dockerfile @@ -1,5 +1,5 @@ FROM php:8.1-apache -RUN apt-get update && apt-get install -y git +RUN apt-get update && apt-get install -y git zip RUN docker-php-ext-install pdo pdo_mysql COPY ./script /var/www/html WORKDIR /var/www/html/Config