mirror of
https://github.com/friendica/docker
synced 2024-12-28 20:19:34 +01:00
Deduplicate dependencies
- remove ctype - remove iconv - remove json - remove pdo - remove posix - remove xml
This commit is contained in:
parent
683c2885d3
commit
e1066901ae
11 changed files with 0 additions and 114 deletions
|
@ -22,14 +22,11 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
libssl-dev \
|
||||
libpng-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libtool \
|
||||
|
@ -40,8 +37,6 @@ RUN set -ex; \
|
|||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
librsvg2-2 \
|
||||
libcurl4-openssl-dev \
|
||||
curl \
|
||||
libzip-dev \
|
||||
; \
|
||||
docker-php-ext-configure gd \
|
||||
|
@ -51,16 +46,11 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -14,14 +14,11 @@ RUN set -ex; \
|
|||
RUN set -ex; \
|
||||
\
|
||||
apk add -U --no-cache --virtual .build-deps \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
libpng \
|
||||
libpng-dev \
|
||||
libjpeg-turbo-dev \
|
||||
|
@ -36,8 +33,6 @@ RUN set -ex; \
|
|||
freetype-dev \
|
||||
librsvg \
|
||||
libcurl \
|
||||
curl \
|
||||
curl-dev \
|
||||
rsync \
|
||||
bzip2 \
|
||||
pcre-dev \
|
||||
|
@ -52,16 +47,10 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -22,14 +22,11 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
libssl-dev \
|
||||
libpng-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libtool \
|
||||
|
@ -40,8 +37,6 @@ RUN set -ex; \
|
|||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
librsvg2-2 \
|
||||
libcurl4-openssl-dev \
|
||||
curl \
|
||||
libzip-dev \
|
||||
; \
|
||||
docker-php-ext-configure gd \
|
||||
|
@ -51,16 +46,11 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -22,14 +22,11 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
libssl-dev \
|
||||
libpng-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libtool \
|
||||
|
@ -40,8 +37,6 @@ RUN set -ex; \
|
|||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
librsvg2-2 \
|
||||
libcurl4-openssl-dev \
|
||||
curl \
|
||||
libzip-dev \
|
||||
; \
|
||||
docker-php-ext-configure gd \
|
||||
|
@ -51,16 +46,11 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -14,14 +14,11 @@ RUN set -ex; \
|
|||
RUN set -ex; \
|
||||
\
|
||||
apk add -U --no-cache --virtual .build-deps \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
libpng \
|
||||
libpng-dev \
|
||||
libjpeg-turbo-dev \
|
||||
|
@ -36,8 +33,6 @@ RUN set -ex; \
|
|||
freetype-dev \
|
||||
librsvg \
|
||||
libcurl \
|
||||
curl \
|
||||
curl-dev \
|
||||
rsync \
|
||||
bzip2 \
|
||||
pcre-dev \
|
||||
|
@ -52,16 +47,10 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -22,14 +22,11 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
libssl-dev \
|
||||
libpng-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libtool \
|
||||
|
@ -40,8 +37,6 @@ RUN set -ex; \
|
|||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
librsvg2-2 \
|
||||
libcurl4-openssl-dev \
|
||||
curl \
|
||||
libzip-dev \
|
||||
; \
|
||||
docker-php-ext-configure gd \
|
||||
|
@ -51,16 +46,11 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -22,14 +22,11 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
libssl-dev \
|
||||
libpng-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libtool \
|
||||
|
@ -40,8 +37,6 @@ RUN set -ex; \
|
|||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
librsvg2-2 \
|
||||
libcurl4-openssl-dev \
|
||||
curl \
|
||||
libzip-dev \
|
||||
; \
|
||||
docker-php-ext-configure gd \
|
||||
|
@ -51,16 +46,11 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -14,14 +14,11 @@ RUN set -ex; \
|
|||
RUN set -ex; \
|
||||
\
|
||||
apk add -U --no-cache --virtual .build-deps \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
libpng \
|
||||
libpng-dev \
|
||||
libjpeg-turbo-dev \
|
||||
|
@ -36,8 +33,6 @@ RUN set -ex; \
|
|||
freetype-dev \
|
||||
librsvg \
|
||||
libcurl \
|
||||
curl \
|
||||
curl-dev \
|
||||
rsync \
|
||||
bzip2 \
|
||||
pcre-dev \
|
||||
|
@ -52,16 +47,10 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -22,14 +22,11 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
libssl-dev \
|
||||
libpng-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libtool \
|
||||
|
@ -40,8 +37,6 @@ RUN set -ex; \
|
|||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
librsvg2-2 \
|
||||
libcurl4-openssl-dev \
|
||||
curl \
|
||||
libzip-dev \
|
||||
; \
|
||||
docker-php-ext-configure gd \
|
||||
|
@ -51,16 +46,11 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -13,14 +13,11 @@ RUN set -ex; \
|
|||
RUN set -ex; \
|
||||
\
|
||||
apk add -U --no-cache --virtual .build-deps \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
openssl-dev \
|
||||
libpng \
|
||||
libpng-dev \
|
||||
libjpeg-turbo-dev \
|
||||
|
@ -35,8 +32,6 @@ RUN set -ex; \
|
|||
freetype-dev \
|
||||
librsvg \
|
||||
libcurl \
|
||||
curl \
|
||||
curl-dev \
|
||||
rsync \
|
||||
bzip2 \
|
||||
pcre-dev \
|
||||
|
@ -51,16 +46,10 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
|
@ -21,14 +21,11 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libxml2-dev \
|
||||
mysql-client \
|
||||
bash \
|
||||
autoconf \
|
||||
g++ \
|
||||
make \
|
||||
openssl \
|
||||
libssl-dev \
|
||||
libpng-dev \
|
||||
libjpeg62-turbo-dev \
|
||||
libtool \
|
||||
|
@ -39,8 +36,6 @@ RUN set -ex; \
|
|||
libfreetype6 \
|
||||
libfreetype6-dev \
|
||||
librsvg2-2 \
|
||||
libcurl4-openssl-dev \
|
||||
curl \
|
||||
libzip-dev \
|
||||
; \
|
||||
docker-php-ext-configure gd \
|
||||
|
@ -50,16 +45,11 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
iconv \
|
||||
pcntl \
|
||||
; \
|
||||
\
|
||||
|
|
Loading…
Reference in a new issue