From d258c7d428d982d909f350948ae17d13e50b8ef7 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Keck <jean-baptiste.keck@imag.fr>
Date: Thu, 19 Jul 2018 15:57:18 +0200
Subject: [PATCH] added python_tk to the docker file

---
 ci/docker_images/ubuntu/bionic/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci/docker_images/ubuntu/bionic/Dockerfile b/ci/docker_images/ubuntu/bionic/Dockerfile
index d8a3985a9..1657b8e9a 100644
--- a/ci/docker_images/ubuntu/bionic/Dockerfile
+++ b/ci/docker_images/ubuntu/bionic/Dockerfile
@@ -209,6 +209,8 @@ RUN cd /tmp                                      \
 # ensure all libraries are known by the runtime linker
 RUN ldconfig
 
+RUN apt-get update && apt-get install -y python-tk
+
 # clean cached packages
 RUN rm -rf /var/lib/apt/lists/*
 RUN rm -rf $HOME/.cache/pip/*
-- 
GitLab