This repository was archived by the owner on Aug 13, 2024. It is now read-only.
File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update \
15
15
&& apt-get install -y curl zip unzip git software-properties-common \
16
16
&& add-apt-repository -y ppa:ondrej/php \
17
17
&& apt-get update \
18
- && apt-get install -y php7.0-fpm php7.0-cli php7.0-gd php7.0-mysql php7.0-intl php7.0-bcmath php7.0-sqlite php7.0-xdebug \
18
+ && apt-get install -y php7.0-fpm php7.0-cli php7.0-gd php7.0-mysql php7.0-intl php7.0-bcmath php7.0-sqlite php7.0-xdebug php7.0-zip \
19
19
php7.0-pgsql php7.0-imap php-memcached php7.0-mbstring php7.0-xml php7.0-curl php7.0-redis php7.0-soap php7.0-mailparse \
20
20
&& php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
21
21
&& mkdir /run/php \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update \
15
15
&& apt-get install -y curl zip unzip git software-properties-common \
16
16
&& add-apt-repository -y ppa:ondrej/php \
17
17
&& apt-get update \
18
- && apt-get install -y php7.1-fpm php7.1-cli php7.1-gd php7.1-mysql php7.1-intl php7.1-bcmath php7.1-sqlite php7.1-xdebug \
18
+ && apt-get install -y php7.1-fpm php7.1-cli php7.1-gd php7.1-mysql php7.1-intl php7.1-bcmath php7.1-sqlite php7.1-xdebug php7.1-zip \
19
19
php7.1-pgsql php7.1-imap php-memcached php7.1-mbstring php7.1-xml php7.1-curl php7.1-redis php7.1-soap php7.1-mailparse \
20
20
&& php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
21
21
&& mkdir /run/php \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update \
15
15
&& apt-get install -y curl zip unzip git software-properties-common \
16
16
&& add-apt-repository -y ppa:ondrej/php \
17
17
&& apt-get update \
18
- && apt-get install -y php7.2-fpm php7.2-cli php7.2-gd php7.2-mysql php7.2-intl php7.2-bcmath php7.2-sqlite php7.2-xdebug \
18
+ && apt-get install -y php7.2-fpm php7.2-cli php7.2-gd php7.2-mysql php7.2-intl php7.2-bcmath php7.2-sqlite php7.2-xdebug php7.2-zip \
19
19
php7.2-pgsql php7.2-imap php-memcached php7.2-mbstring php7.2-xml php7.2-curl php7.2-redis php7.2-soap php7.2-mailparse \
20
20
&& php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
21
21
&& mkdir /run/php \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update \
15
15
&& apt-get install -y curl zip unzip git software-properties-common \
16
16
&& add-apt-repository -y ppa:ondrej/php \
17
17
&& apt-get update \
18
- && apt-get install -y php7.3-fpm php7.3-cli php7.3-gd php7.3-mysql php7.3-intl php7.3-bcmath php7.3-sqlite php7.3-xdebug \
18
+ && apt-get install -y php7.3-fpm php7.3-cli php7.3-gd php7.3-mysql php7.3-intl php7.3-bcmath php7.3-sqlite php7.3-xdebug php7.3-zip \
19
19
php7.3-pgsql php7.3-imap php-memcached php7.3-mbstring php7.3-xml php7.3-curl php7.3-redis php7.3-soap php7.3-mailparse \
20
20
&& php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
21
21
&& mkdir /run/php \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update \
15
15
&& apt-get install -y curl zip unzip git software-properties-common \
16
16
&& add-apt-repository -y ppa:ondrej/php \
17
17
&& apt-get update \
18
- && apt-get install -y php7.4-fpm php7.4-cli php7.4-gd php7.4-mysql php7.4-intl php7.4-bcmath php7.4-sqlite php7.4-xdebug \
18
+ && apt-get install -y php7.4-fpm php7.4-cli php7.4-gd php7.4-mysql php7.4-intl php7.4-bcmath php7.4-sqlite php7.4-xdebug php7.4-zip \
19
19
php7.4-pgsql php7.4-imap php-memcached php7.4-mbstring php7.4-xml php7.4-curl php7.4-redis php7.4-soap php7.4-mailparse \
20
20
&& php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
21
21
&& mkdir /run/php \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update \
15
15
&& apt-get install -y curl zip unzip git software-properties-common \
16
16
&& add-apt-repository -y ppa:ondrej/php \
17
17
&& apt-get update \
18
- && apt-get install -y php8.0-fpm php8.0-cli php8.0-gd php8.0-mysql php8.0-intl php8.0-bcmath php8.0-sqlite php8.0-xdebug \
18
+ && apt-get install -y php8.0-fpm php8.0-cli php8.0-gd php8.0-mysql php8.0-intl php8.0-bcmath php8.0-sqlite php8.0-xdebug php8.0-zip \
19
19
php8.0-pgsql php8.0-imap php-memcached php8.0-mbstring php8.0-xml php8.0-curl php8.0-redis php8.0-soap php8.0-mailparse \
20
20
&& php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
21
21
&& mkdir /run/php \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update \
15
15
&& apt-get install -y curl zip unzip git software-properties-common \
16
16
&& add-apt-repository -y ppa:ondrej/php \
17
17
&& apt-get update \
18
- && apt-get install -y php8.1-fpm php8.1-cli php8.1-gd php8.1-mysql php8.1-intl php8.1-bcmath php8.1-sqlite php8.1-xdebug \
18
+ && apt-get install -y php8.1-fpm php8.1-cli php8.1-gd php8.1-mysql php8.1-intl php8.1-bcmath php8.1-sqlite php8.1-xdebug php8.1-zip \
19
19
php8.1-pgsql php8.1-imap php-memcached php8.1-mbstring php8.1-xml php8.1-curl php8.1-redis php8.1-soap php8.1-mailparse \
20
20
&& php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
21
21
&& mkdir /run/php \
You can’t perform that action at this time.
0 commit comments