Skip to content

Commit

Permalink
Update php-8.1.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar authored May 21, 2024
1 parent 2798963 commit 1a58b72
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions php-8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ COPY composer.json /usr/local/src/

RUN composer install --ignore-platform-reqs

FROM phpswoole/swoole:php8.1-alpine

WORKDIR /usr/local/src/

RUN apk add autoconf build-base

RUN docker-php-ext-enable redis

ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
FROM appwrite/utopia-base:php-8.1-0.1.0 as final

RUN docker-php-ext-configure pcntl --enable-pcntl

Expand Down

0 comments on commit 1a58b72

Please sign in to comment.