Compare commits

...

1 Commits

Author SHA1 Message Date
argoyle d0fc1aca74 chore: upgrade to robotframework 6.0.1 and install firefox 2023-01-02 17:57:54 +01:00
+2 -2
View File
@@ -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 \