Skip to content

Commit 2afedf4

Browse files
authored
[one] Update to PHP 8 (#6188)
1 parent 431f3ed commit 2afedf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/PHP/one/one.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM php:7.4
1+
FROM php:8.0-cli
22

33
RUN pecl install swoole > /dev/null && \
44
docker-php-ext-enable swoole
55

6-
RUN docker-php-ext-install pdo_mysql > /dev/null
6+
RUN docker-php-ext-install opcache pdo_mysql > /dev/null
77

88
RUN apt -yqq update > /dev/null && \
99
apt -yqq install git unzip > /dev/null

0 commit comments

Comments
 (0)