We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431f3ed commit 2afedf4Copy full SHA for 2afedf4
frameworks/PHP/one/one.dockerfile
@@ -1,9 +1,9 @@
1
-FROM php:7.4
+FROM php:8.0-cli
2
3
RUN pecl install swoole > /dev/null && \
4
docker-php-ext-enable swoole
5
6
-RUN docker-php-ext-install pdo_mysql > /dev/null
+RUN docker-php-ext-install opcache pdo_mysql > /dev/null
7
8
RUN apt -yqq update > /dev/null && \
9
apt -yqq install git unzip > /dev/null
0 commit comments