2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-07 01:28:05 +01:00

Fixing a lot of spaces & tabs!

This commit is contained in:
Philipp Holzer 2020-06-15 00:30:25 +02:00
commit 7fe1de658d
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
41 changed files with 1650 additions and 1632 deletions

View file

@ -56,8 +56,8 @@ RUN set -ex; \
--with-jpeg-dir=/usr/include/ \
; \
docker-php-ext-configure ldap \
--with-libdir=lib/$debMultiarch/ \
; \
--with-libdir=lib/$debMultiarch/ \
;\
docker-php-ext-install -j "$(nproc)" \
pdo_mysql \
gd \
@ -85,12 +85,12 @@ RUN set -ex; \
apt-mark auto '.*' > /dev/null; \
apt-mark manual $savedAptMark; \
ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so \
| awk '/=>/ { print $3 }' \
| sort -u \
| xargs -r dpkg-query -S \
| cut -d: -f1 \
| sort -u \
| xargs -rt apt-mark manual; \
| awk '/=>/ { print $3 }' \
| sort -u \
| xargs -r dpkg-query -S \
| cut -d: -f1 \
| sort -u \
| xargs -rt apt-mark manual; \
\
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
rm -rf /var/lib/apt/lists/*