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