diff --git a/Dockerfile b/Dockerfile index 389e4de..7258b0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,10 +47,10 @@ RUN apk add --no-cache \ RUN set -eux; \ install-php-extensions \ - intl \ - zip \ apcu \ + intl \ opcache \ + zip \ ; ###> recipes ###