This is an automated email from the ASF dual-hosted git repository.
rskraba 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 1dbb231 AVRO-3198: Include venv module in ubertool (#1325)
1dbb231 is described below
commit 1dbb2312163aed49937f1d96d57b305d44e39ed3
Author: RyanSkraba <[email protected]>
AuthorDate: Thu Sep 9 13:39:53 2021 +0200
AVRO-3198: Include venv module in ubertool (#1325)
---
share/docker/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index e74ab2a..550341c 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -56,6 +56,7 @@ RUN apt-get -qqy update \
python3-pip \
python3-setuptools \
python3-snappy \
+ python3-venv \
python3-wheel \
source-highlight \
subversion \