Skip to content

Commit

Permalink
MRBS Docker container will now install the PHP intl extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
jberanek committed Aug 15, 2023
1 parent 86396d7 commit fa2e16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:8.1-apache

RUN a2enmod rewrite
RUN docker-php-ext-install mysqli pdo pdo_mysql
RUN apt-get update && apt-get install -y locales && \
RUN apt-get update && apt-get install -y php-intl locales && \
sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(en_GB.UTF-8\)/\1/' /etc/locale.gen && \
locale-gen
Expand Down

0 comments on commit fa2e16a

Please sign in to comment.