added multiarch creation and replaced docker to docker-cli
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
gyurix
2024-07-03 10:54:26 +02:00
parent 59d61dcb77
commit e0c63a1657
2 changed files with 15 additions and 3 deletions

View File

@@ -63,7 +63,9 @@ RUN apk --no-cache add php${PHP_VERSION} \
php${PHP_VERSION}-fpm \
php${PHP_VERSION}-curl \
sudo \
docker
curl \
jq \
docker-cli
COPY nginx.conf /etc/nginx/nginx.conf