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
+1
View File
@@ -0,0 +1 @@
.buildtools.yaml
+1
View File
@@ -0,0 +1 @@
.buildtools.yaml
+3 -3
View File
@@ -1,4 +1,4 @@
FROM python:2.7.16 FROM python:3
LABEL maintainer="Joakim Olsson <joakim@unbound.se>" LABEL maintainer="Joakim Olsson <joakim@unbound.se>"
LABEL description="Base image for running Robot Framework test suites in Docker. \ 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 && \ apt-get -y install jq && \
rm -r /var/lib/apt/lists/* && \ rm -r /var/lib/apt/lists/* && \
pip install \ pip install \
urllib3==1.22 \ urllib3 \
psycopg2-binary \ psycopg2-binary \
PyMySQL \ PyMySQL \
robotframework \ robotframework \
robotframework-appiumlibrary \ robotframework-appiumlibrary \
robotframework-databaselibrary==1.1.1 \ robotframework-databaselibrary \
robotframework-httplibrary \ robotframework-httplibrary \
robotframework-rabbitmq \ robotframework-rabbitmq \
robotframework-selenium2library robotframework-selenium2library