FROM php:8.0-rc-cli

RUN apt-get update && apt-get install -y libz-dev

RUN docker-php-ext-install zip
