Skip to content

Commit

Permalink
MRBS Docker container updated to PHP 8.2 and updated PHP intl package…
Browse files Browse the repository at this point in the history
… name
  • Loading branch information
jberanek committed Aug 15, 2023
1 parent fa2e16a commit b79430d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM php:8.1-apache
FROM php:8.2-apache

RUN a2enmod rewrite
RUN docker-php-ext-install mysqli pdo pdo_mysql
RUN apt-get update && apt-get install -y php-intl locales && \
RUN apt-get update && apt-get install -y php8.2-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 b79430d

Please sign in to comment.