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
Branches
Tags
1 merge request!5Service Integration
Pipeline #634 failed
......@@ -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
......@@ -6,6 +6,7 @@ RUN apk --no-cache add \
chromium \
chromium-chromedriver \
python3-dev \
curl
curl \
bash
RUN pip3 install behave behave_webdriver
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment