We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0d1a91 + 936f8c4 commit e70dd9cCopy full SHA for e70dd9c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.4-fpm
+FROM php:8.5-fpm
2
3
# keep ordered alphabetically to reduce diffs
4
RUN apt update && apt install -y \
@@ -30,7 +30,6 @@ RUN apt update && apt install -y \
30
zip
31
32
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen \
33
- && docker-php-ext-enable opcache \
34
&& docker-php-ext-configure gettext --with-gettext=/usr/include/ \
35
&& docker-php-ext-configure gd --with-jpeg --with-webp --with-freetype \
36
&& docker-php-ext-configure zip \
0 commit comments