diff --git a/php-8.2.Dockerfile b/php-8.2.Dockerfile index 892f970..6b65856 100644 --- a/php-8.2.Dockerfile +++ b/php-8.2.Dockerfile @@ -7,13 +7,7 @@ COPY composer.json /usr/local/src/ RUN composer install --ignore-platform-reqs -FROM phpswoole/swoole:php8.2-alpine - -WORKDIR /usr/local/src/ - -RUN apk add autoconf build-base - -RUN docker-php-ext-enable redis +FROM appwrite/utopia-base:php-8.2-0.1.0 as final ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/