FROM php:7.3-cli-alpine

RUN apk add git unzip autoconf gcc make g++ zlib-dev

COPY php.ini /usr/local/etc/php/conf.d/default-php.ini
