Skip to content

Commit ef7b2e1

Browse files
authored
Add unzip binary
To improve composer performance
1 parent bb42dbf commit ef7b2e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN locale-gen en_US.UTF-8 && \
3030
php7.3-mbstring \
3131
php7.3-intl \
3232
php7.3-mongodb \
33+
unzip \
3334
git && \
3435
apt-get clean && \
3536
rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)