rm cache
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-13 12:00:17 +02:00
parent ff7c824f73
commit 36f0ab99be

View File

@@ -63,10 +63,8 @@ RUN apk --no-cache add php${PHP_VERSION} \
php${PHP_VERSION}-fpm \
php${PHP_VERSION}-curl \
php${PHP_VERSION}-pecl-redis \
sudo \
curl \
jq \
docker-cli
rm -rf /var/cache/apk/*
COPY nginx.conf /etc/nginx/nginx.conf