details: https://code.tryton.org/tryton-docker/commit/2275dc54e413
branch: default
user: Cédric Krier <[email protected]>
date: Tue May 26 10:26:38 2026 +0200
description:
Use Debian packages for elasticsearch
Closes #27
diffstat:
7.0/Dockerfile | 1 +
7.8/Dockerfile | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 77751e687688 -r 2275dc54e413 7.0/Dockerfile
--- a/7.0/Dockerfile Tue May 26 10:16:27 2026 +0200
+++ b/7.0/Dockerfile Tue May 26 10:26:38 2026 +0200
@@ -61,6 +61,7 @@
python3-tz \
python3-yaml \
python3-zeep \
+ python3-elasticsearch \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /etc/bash_completion.d \
diff -r 77751e687688 -r 2275dc54e413 7.8/Dockerfile
--- a/7.8/Dockerfile Tue May 26 10:16:27 2026 +0200
+++ b/7.8/Dockerfile Tue May 26 10:26:38 2026 +0200
@@ -69,6 +69,7 @@
python3-tz \
python3-yaml \
python3-zeep \
+ python3-elasticsearch \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /etc/bash_completion.d \