Skip to content

Commit

Permalink
Install gmp extension (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklambrechts authored Feb 16, 2024
1 parent 8c1510b commit 5daf133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
FROM php:8.3.2-cli

RUN apt-get update -y \
&& apt-get install -y libmcrypt-dev libzip-dev \
&& apt-get install -y libmcrypt-dev libzip-dev libgmp3-dev \
&& apt-get clean \
&& docker-php-ext-install bcmath zip \
&& docker-php-ext-install bcmath gmp zip \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*

COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit 5daf133

Please sign in to comment.