fix: install git unzip for composer
All checks were successful
/ deploy (push) Successful in 23s

This commit is contained in:
fnkit 2026-02-17 17:17:45 +00:00
parent 34553bd9be
commit 40c4ac98e5

View file

@ -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