diff --git a/test/login_logout/test/Dockerfile b/test/login_logout/test/Dockerfile index a71e1c803226abd2722c264b445328f751a14584..aea550661d89dae9bd9be4cc7a8bade98e0f0ab9 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