We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23df86 commit c3901cdCopy full SHA for c3901cd
1 file changed
docker/Dockerfile
@@ -24,7 +24,9 @@ RUN set -x && \
24
php${PHP_VERSION}-curl \
25
make \
26
g++ \
27
- unzip
+ unzip \
28
+ && \
29
+ update-alternatives --install /usr/bin/php php /usr/bin/php${PHP_VERSION} 100
30
31
## gearman
32
RUN set -x && \
0 commit comments