Skip to content

Commit

Permalink
Merge pull request #3 from savannabits/coolsam726-patch-1
Browse files Browse the repository at this point in the history
Added bcmath and exif extensions to php8.1
  • Loading branch information
coolsam726 authored Oct 7, 2022
2 parents 58927b0 + 79dcedd commit 663e2a2
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 663e2a2

Please sign in to comment.