Skip to content

Commit 3cfde8c

Browse files
authored
Install unzip to avoid using php-zip extension (#18)
1 parent d339881 commit 3cfde8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get update -yq && \
4343
php${PHP_VERSION}-xml \
4444
php${PHP_VERSION}-zip \
4545
supervisor \
46+
unzip \
4647
vim && \
4748
locale-gen en_US.UTF-8 && \
4849
dpkg-reconfigure locales && \
@@ -62,7 +63,7 @@ RUN apt-get update -yq && \
6263
rm -rf /var/lib/apt/lists/*
6364

6465
# hadolint ignore=DL3022
65-
COPY --from=composer:2.4.3 /usr/bin/composer /usr/bin/composer
66+
COPY --from=composer:2.4 /usr/bin/composer /usr/bin/composer
6667

6768
COPY nginx/site.conf /etc/nginx/sites-enabled/site.conf
6869
COPY supervisor /etc/supervisor/conf.d

0 commit comments

Comments
 (0)