Skip to content

Commit c20af9c

Browse files
committed
Fix deps installation from scratch
1 parent e230542 commit c20af9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

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

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

0 commit comments

Comments
 (0)