Skip to content

Commit

Permalink
Update php-8.3.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored May 21, 2024
1 parent e6da133 commit 45afe58
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions php-8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 45afe58

Please sign in to comment.