2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-21 03:44:40 +02:00

docker-77 Deduplicate dependencies

- remove curl
- remove mbstring
This commit is contained in:
Philipp Holzer 2019-09-07 15:32:27 +02:00
parent af1aa857f6
commit 683c2885d3
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
11 changed files with 0 additions and 22 deletions

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \

View file

@ -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 \