build(docker): add unzip

This commit is contained in:
Oliver Davies 2021-12-17 15:12:04 +00:00
parent 8953de7dbd
commit 41e13fe078

View file

@ -22,6 +22,7 @@ RUN apt-get update -yqq && \
apt-get install -yqq --no-install-recommends \
libpng-dev \
mariadb-client \
unzip \
zlib1g-dev \
&& docker-php-ext-install \
exif \