diff --git a/automation/Dockerfile b/automation/Dockerfile index bb1183d..d7a858b 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -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 . .