From d0fc1aca7470d4801ea401dd49d7799c44de3746 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Mon, 2 Jan 2023 17:57:54 +0100 Subject: [PATCH] chore: upgrade to robotframework 6.0.1 and install firefox --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index faa6754..5261185 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,13 +15,13 @@ LABEL description="Base image for running Robot Framework test suites in Docker. - PyMySQL - Python driver for MySQL" RUN apt-get update && \ - apt-get -y install jq && \ + apt-get -y install jq firefox-esr && \ rm -r /var/lib/apt/lists/* && \ pip install \ urllib3 \ psycopg2-binary \ PyMySQL \ - robotframework==3.2 \ + robotframework==6.0.1 \ robotframework-appiumlibrary \ robotframework-databaselibrary \ robotframework-httplibrary \