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 0bf35ec commit e7d823eCopy full SHA for e7d823e
.docker/Dockerfile
@@ -3,7 +3,7 @@ FROM php:7.4-cli
3
4
RUN apt update && apt install git wget zip unzip libcurl4-openssl-dev pkg-config libssl-dev -y
5
6
-RUN pecl install phalcon mongodb && \
+RUN pecl install phalcon-5.4.0 mongodb && \
7
docker-php-ext-enable phalcon mongodb
8
9
# Composer
0 commit comments