You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by dk...@apache.org on 2020/05/22 12:12:03 UTC

[avro] 02/03: Fixed some whitespaces - force rebuild

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 87656846db4684591ec13484f2e2347f6e1b68d0
Author: siad007 <si...@gmail.com>
AuthorDate: Thu May 21 18:43:18 2020 +0200

    Fixed some whitespaces - force rebuild
---
 share/docker/Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index c8de67a..f26ee39 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -97,9 +97,9 @@ RUN curl -sSL https://packages.sury.org/php/apt.gpg \
  && mkdir tmp && cd tmp \
  && git clone --recursive --depth=1 https://github.com/kjdev/php-ext-zstd.git \
  && cd php-ext-zstd \
- && phpize       \
- && ./configure  \
- && make         \
+ && phpize \
+ && ./configure \
+ && make \
  && make install \
  && echo "extension=zstd.so" > /etc/php/7.3/cli/conf.d/10-zstd.ini \
  && cd .. && rm -rf php-ext-zstd \