From bd022b310448b790ce00b5a0232295032bd4a860 Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Fri, 20 Sep 2019 16:17:26 +0200 Subject: [PATCH] Add curl to test image --- test/login_logout/test/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/login_logout/test/Dockerfile b/test/login_logout/test/Dockerfile index a71e1c8..aea5506 100644 --- a/test/login_logout/test/Dockerfile +++ b/test/login_logout/test/Dockerfile @@ -5,6 +5,7 @@ LABEL name="Integration CI test image" RUN apk --no-cache add \ chromium \ chromium-chromedriver \ - python3-dev + python3-dev \ + curl RUN pip3 install behave behave_webdriver -- GitLab