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 87334c2 commit 981d359Copy full SHA for 981d359
docker/php/Dockerfile
@@ -1,4 +1,6 @@
1
-FROM php:7.3-fpm-alpine
+FROM php:7.4-fpm-alpine
2
+RUN apk update
3
+RUN apk add oniguruma-dev
4
5
# lumen/laravel packages
6
RUN docker-php-ext-install mbstring tokenizer mysqli pdo_mysql
0 commit comments