FROM php:7.2

RUN apt-get update && apt-get install -y \
	unzip \
	zlib1g-dev
RUN docker-php-ext-install \
	zip
