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 c94d026 commit 936b751Copy full SHA for 936b751
docker/Dockerfile
@@ -25,6 +25,7 @@ RUN set -x && \
25
libgearman-dev \
26
php-pear \
27
make \
28
+ unzip \
29
&& \
30
pecl channel-update pecl.php.net && \
31
pecl install gearman && \
@@ -56,4 +57,6 @@ RUN chmod u+x /usr/local/bin/entrypoint.sh
56
57
RUN mkdir -p /mqdev
58
WORKDIR /mqdev
59
60
+COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
61
+
62
CMD /usr/local/bin/entrypoint.sh
0 commit comments