Skip to content

Commit

Permalink
Added bcmath and exif extensions to php8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 authored Oct 7, 2022
1 parent 58927b0 commit 79dcedd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/php8.1/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ RUN docker-php-ext-enable redis
RUN docker-php-ext-configure tokenizer --with-libdir=lib/
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
RUN apt-get update && apt-get install -y sudo
RUN docker-php-ext-install bcmath exif gd
RUN apt-get clean && rm -rf /var/lib/apt/lists/*

COPY .docker/config /tmp/config
Expand Down

0 comments on commit 79dcedd

Please sign in to comment.