From 00ab8f17821878cd0534bb10655f37f97a874d23 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Tue, 26 Nov 2019 15:30:23 +0100
Subject: [PATCH] TST: add gettext-base to dependencies

---
 test/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/docker/Dockerfile b/test/docker/Dockerfile
index 0bfa19e8..43a45e7a 100644
--- a/test/docker/Dockerfile
+++ b/test/docker/Dockerfile
@@ -1,7 +1,7 @@
 FROM debian:latest
 RUN apt-get update && \
-	apt-get install firefox-esr pylint3 python3-pip python3-httpbin git \
-	curl screen xvfb unzip -y
+    apt-get install firefox-esr gettext-base pylint3 python3-pip \
+    python3-httpbin git curl screen xvfb unzip -y
 RUN git clone -b dev https://gitlab.com/caosdb/caosdb-pylib.git && \
     cd caosdb-pylib && pip3 install .
 
-- 
GitLab