add zip / unzip
This commit is contained in:
@@ -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 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
|
RUN apt update
|
||||||
|
|
||||||
|
# install zip / unzip
|
||||||
|
RUN apt install -yqq zip unzip
|
||||||
|
|
||||||
# install PHP 8.3
|
# 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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user