This commit is contained in:
parent
34553bd9be
commit
40c4ac98e5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue