Add PHP extensions

This commit is contained in:
Ben van Hartingsveldt 2025-01-16 11:40:56 +01:00
parent 98b2f93d7e
commit 4fc1249402
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -1,5 +1,13 @@
FROM phpswoole/swoole:php8.3-alpine
RUN apk add gmp
RUN apk add gmp-dev
RUN docker-php-ext-install gmp
RUN docker-php-ext-install mysqli
RUN apk del gmp-dev
WORKDIR /opt/registry/automation
COPY . .