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