diff --git a/Dockerfile b/Dockerfile index ce2f7bf..9bcef7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ LABEL description="Base image for running Robot Framework test suites in Docker. - psycopg2 - Python driver for Postgres" RUN pip install \ + urllib3==1.22 \ psycopg2-binary \ robotframework \ robotframework-appiumlibrary \