add zip / unzip

This commit is contained in:
Ludovic Cartier
2025-01-06 17:41:13 +01:00
parent 9364a28122
commit 00645e123f
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ RUN dpkg -i /tmp/debsuryorg-archive-keyring.deb
RUN sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
RUN apt update
# install zip / unzip
RUN apt install -yqq zip unzip
# install PHP 8.3
RUN apt install -yqq php8.3-cli php8.3-common php8.3-curl php8.3-imagick php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip