Skip to content

Commit

Permalink
fix: added missing bcmath extension to php docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 11, 2024
1 parent 2f4d64e commit 5a83108
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/dc-ops/production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ RUN docker-php-ext-configure gd --with-external-gd
RUN docker-php-ext-install gd
RUN docker-php-ext-configure intl
RUN docker-php-ext-install intl
RUN docker-php-ext-install bcmath


RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y nodejs
Expand Down

0 comments on commit 5a83108

Please sign in to comment.