This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 42ef522 AVRO-2436: Add snappy packages for python2/3 to Dockerfile
(#551)
42ef522 is described below
commit 42ef522cd6ad38487b09ebc9933e4e312c1beece
Author: Kengo Seki <[email protected]>
AuthorDate: Sun Jun 23 05:29:46 2019 +0900
AVRO-2436: Add snappy packages for python2/3 to Dockerfile (#551)
---
share/docker/Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index eb91605..b9d10e6 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -68,7 +68,9 @@ RUN apt-get -qq update && \
php5.6-gmp \
python \
python-setuptools \
+ python-snappy \
python3-setuptools \
+ python3-snappy \
rake \
ruby \
ruby-dev \