From 36f0ab99befbccdac52db9a4990255d0ceba97fe Mon Sep 17 00:00:00 2001 From: Gyurix Date: Fri, 13 Sep 2024 12:00:17 +0200 Subject: [PATCH] rm cache --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6abadcb..04ee1ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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