Skip to content

Commit 80c1349

Browse files
authored
Merge pull request ucfopen#1174 from Ishfaq-code/quickfix-dockerfile-image-build
Quickfix: PHP 8.5 image builds properly
2 parents 2bda10f + 2090542 commit 80c1349

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build/nginx/Dockerfile.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apt-get update -y \
77
ENV PHP_CPPFLAGS="$PHP_CPPFLAGS -std=c++17"
88

99
RUN docker-php-ext-install pdo_mysql gd pdo \
10-
&& docker-php-ext-install opcache \
1110
&& apt-get install libicu-dev -y \
1211
&& docker-php-ext-configure intl \
1312
&& docker-php-ext-install intl \

0 commit comments

Comments
 (0)