mirror of
https://github.com/friendica/docker
synced 2025-12-07 13:57:07 +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
|
|
@ -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…
Add table
Add a link
Reference in a new issue