Skip to content

Commit 20e3d2f

Browse files
committed
Improve Dockerfile for local work
1 parent 72a0e0e commit 20e3d2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN set -x && \
2525
libgearman-dev \
2626
php-pear \
2727
make \
28+
unzip \
2829
&& \
2930
pecl channel-update pecl.php.net && \
3031
pecl install gearman && \
@@ -56,4 +57,6 @@ RUN chmod u+x /usr/local/bin/entrypoint.sh
5657
RUN mkdir -p /mqdev
5758
WORKDIR /mqdev
5859

60+
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
61+
5962
CMD /usr/local/bin/entrypoint.sh

0 commit comments

Comments
 (0)