Skip to content
Snippets Groups Projects
Verified Commit 05d8da29 authored by Mark's avatar Mark
Browse files

Add bash to correct testing image

parent 1b9d315e
No related branches found
No related tags found
1 merge request!5Service Integration
Pipeline #634 failed with stages
in 5 minutes and 38 seconds
...@@ -5,7 +5,6 @@ LABEL name="Login_provider CI test image" ...@@ -5,7 +5,6 @@ LABEL name="Login_provider CI test image"
RUN apk --no-cache add \ RUN apk --no-cache add \
chromium \ chromium \
chromium-chromedriver \ chromium-chromedriver \
python3-dev \ python3-dev
bash
RUN pip3 install behave behave_webdriver RUN pip3 install behave behave_webdriver
...@@ -6,6 +6,7 @@ RUN apk --no-cache add \ ...@@ -6,6 +6,7 @@ RUN apk --no-cache add \
chromium \ chromium \
chromium-chromedriver \ chromium-chromedriver \
python3-dev \ python3-dev \
curl curl \
bash
RUN pip3 install behave behave_webdriver RUN pip3 install behave behave_webdriver
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment