From 05d8da2938479d7458b089b18bc359384f5142c4 Mon Sep 17 00:00:00 2001 From: Mark <mark@openappstack.net> Date: Tue, 29 Oct 2019 13:53:18 +0100 Subject: [PATCH] Add bash to correct testing image --- login_provider/test/Dockerfile | 3 +-- test/login_logout/test/Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/login_provider/test/Dockerfile b/login_provider/test/Dockerfile index 75c6265..56408b3 100644 --- a/login_provider/test/Dockerfile +++ b/login_provider/test/Dockerfile @@ -5,7 +5,6 @@ LABEL name="Login_provider CI test image" RUN apk --no-cache add \ chromium \ chromium-chromedriver \ - python3-dev \ - bash + python3-dev RUN pip3 install behave behave_webdriver diff --git a/test/login_logout/test/Dockerfile b/test/login_logout/test/Dockerfile index aea5506..63dc78c 100644 --- a/test/login_logout/test/Dockerfile +++ b/test/login_logout/test/Dockerfile @@ -6,6 +6,7 @@ RUN apk --no-cache add \ chromium \ chromium-chromedriver \ python3-dev \ - curl + curl \ + bash RUN pip3 install behave behave_webdriver -- GitLab