Skip to content

Commit 41ca3e0

Browse files
committed
Fix missed git binary to clone non-relesed dependency from master
1 parent d6d8d78 commit 41ca3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:7.3-cli
22

33
RUN apt-get update \
4-
&& apt-get install -y unzip \
4+
&& apt-get install -y unzip git \
55
&& docker-php-ext-install pcntl \
66
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

0 commit comments

Comments
 (0)