Skip to content

Commit

Permalink
Merge pull request #3 from goalgorilla/ronaldtebrake-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile to add `ext-intl`
  • Loading branch information
ronaldtebrake authored Nov 14, 2023
2 parents 325ad80 + 3ca42ac commit 6a63d40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tugboat-php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ RUN apt-get install -y libgmp-dev
RUN ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/local/include/
RUN docker-php-ext-configure gmp
RUN docker-php-ext-install gmp

# simplesamlphp/simplesamlphp 2.1.0 requires ext-intl.
RUN apt-get install -y zlib1g-dev libicu-dev g++
RUN docker-php-ext-configure intl
RUN docker-php-ext-install intl

0 comments on commit 6a63d40

Please sign in to comment.