From 45afe582d126adcb1dde3de401fb394cdbdbfa35 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 21 May 2024 11:23:33 +0545 Subject: [PATCH] Update php-8.3.Dockerfile --- php-8.3.Dockerfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/php-8.3.Dockerfile b/php-8.3.Dockerfile index 8c7a739..ceb0333 100644 --- a/php-8.3.Dockerfile +++ b/php-8.3.Dockerfile @@ -7,13 +7,7 @@ COPY composer.json /usr/local/src/ RUN composer install --ignore-platform-reqs -FROM phpswoole/swoole:php8.3-alpine - -WORKDIR /usr/local/src/ - -RUN apk add autoconf build-base - -RUN docker-php-ext-enable redis +FROM appwrite/utopia-base:php-8.3-0.1.0 as final ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/