mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
Added zip & unzip (fixes Composer's warning when install/update deps)
Fixes warning: "As there is no 'unzip' command installed zip files are being unpacked using the PHP zip extension. This may cause invalid reports of corrupted archives. Besides, any UNIX permissions (e.g. executable) defined in the archives will be lost. Installing 'unzip' may remediate them." Sizes (will be compressed during Docker image build): * zip +623 kB * unzip +580 kB libzip is required to be installed, because PHP zip extension depends on it, but libzip already pre-installed, it handled by: https://github.com/mlocati/docker-php-extension-installer/blob/1deeb6d6560663cc956e970fda5f87cf163e3528/install-php-extensions#L637 and https://github.com/mlocati/docker-php-extension-installer/blob/1deeb6d6560663cc956e970fda5f87cf163e3528/install-php-extensions#L934 Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
This commit is contained in:
@@ -11,6 +11,7 @@ RUN buildDeps=" \
|
||||
runtimeDeps=" \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN buildDeps=" \
|
||||
runtimeDeps=" \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN buildDeps=" \
|
||||
runtimeDeps=" \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN buildDeps=" \
|
||||
runtimeDeps=" \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN buildDeps=" \
|
||||
runtimeDeps=" \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
|
||||
@@ -11,6 +11,7 @@ RUN buildDeps=" \
|
||||
runtimeDeps=" \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
libfreetype6-dev \
|
||||
libicu-dev \
|
||||
libjpeg-dev \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
@@ -10,6 +10,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
|
||||
curl \
|
||||
git \
|
||||
zip unzip \
|
||||
&& install-php-extensions \
|
||||
bcmath \
|
||||
bz2 \
|
||||
|
||||
Reference in New Issue
Block a user