diff --git a/Dockerfile b/Dockerfile index f56da8b..7f04a7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM php:8.2-cli LABEL fnkit.fn="true" +RUN apt-get update && apt-get install -y git unzip zip && rm -rf /var/lib/apt/lists/* WORKDIR /app COPY composer.json ./ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer