Cleanup of cli
This commit is contained in:
@ -3,7 +3,7 @@ FROM php:8-cli
|
||||
ENV PATH ${PATH}:/app/bin
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y cron git libzip-dev unzip \
|
||||
&& apt-get install -y cron git libzip-dev unzip qpdf \
|
||||
&& rm -r /var/lib/apt/lists/* \
|
||||
&& docker-php-ext-install zip
|
||||
|
||||
|
Reference in New Issue
Block a user