add git for development
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-13 21:27:49 +01:00
parent de23eaf27c
commit 6889af9aa8
2 changed files with 4 additions and 3 deletions

View File

@@ -63,8 +63,9 @@ RUN apk --no-cache add php${PHP_VERSION} \
php${PHP_VERSION}-fpm \
php${PHP_VERSION}-curl \
php${PHP_VERSION}-pecl-redis \
vim \
curl \
vim \
git \
rm -rf /var/cache/apk/*
COPY nginx.conf /etc/nginx/nginx.conf