mirror of
https://github.com/friendica/docker
synced 2025-01-16 03:25:37 +01:00
docker-77 Deduplicate dependencies
- remove curl - remove mbstring
This commit is contained in:
parent
af1aa857f6
commit
683c2885d3
11 changed files with 0 additions and 22 deletions
|
@ -51,14 +51,12 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -52,14 +52,12 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -51,14 +51,12 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -51,14 +51,12 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -52,14 +52,12 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -51,14 +51,12 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -51,14 +51,12 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -52,14 +52,12 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -51,14 +51,12 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -51,14 +51,12 @@ RUN set -ex; \
|
|||
; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
|
@ -50,14 +50,12 @@ RUN set -ex; \
|
|||
--with-jpeg-dir=/usr/include/ \
|
||||
; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
curl \
|
||||
pdo \
|
||||
pdo_mysql \
|
||||
xml \
|
||||
gd \
|
||||
zip \
|
||||
opcache \
|
||||
mbstring \
|
||||
posix \
|
||||
ctype \
|
||||
json \
|
||||
|
|
Loading…
Reference in a new issue