Skip to content

Commit

Permalink
Update to PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EriqJB committed Feb 26, 2024
1 parent 33b8e87 commit 22d752c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM php:7.4-cli

ENV TZ=Europe/Berlin

FROM php:8.3-cli
RUN apt-get update && \
apt-get install -y zip unzip locales &&\
apt-get install -y zip unzip locales libicu-dev libonig-dev &&\
docker-php-ext-configure intl &&\
docker-php-ext-install intl &&\
sed -i -e 's/# de_DE.UTF-8 UTF-8/de_DE.UTF-8 UTF-8/' /etc/locale.gen &&\
locale-gen
RUN docker-php-ext-enable intl

0 comments on commit 22d752c

Please sign in to comment.