chore: update to python 3

This commit is contained in:
2020-04-16 10:55:28 +02:00
parent b2aaa42daa
commit 942623d2b2
3 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
FROM python:2.7.16
FROM python:3
LABEL maintainer="Joakim Olsson <joakim@unbound.se>"
LABEL description="Base image for running Robot Framework test suites in Docker. \
@@ -18,12 +18,12 @@ RUN apt-get update && \
apt-get -y install jq && \
rm -r /var/lib/apt/lists/* && \
pip install \
urllib3==1.22 \
urllib3 \
psycopg2-binary \
PyMySQL \
robotframework \
robotframework-appiumlibrary \
robotframework-databaselibrary==1.1.1 \
robotframework-databaselibrary \
robotframework-httplibrary \
robotframework-rabbitmq \
robotframework-selenium2library