diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000000000000000000000000000000000000..7974241371a96fd0a8e86829abcade1ee45a058f
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,8 @@
+# This is the dockerfile that is used by the testrunner
+
+FROM ubuntu
+RUN apt-get update -y && apt-get upgrade -y && apt-get install -y python3-dev python3-pip build-essential locales locales-all
+RUN pip3 install --upgrade pip && pip3 install virtualenv
+ENV LANG en_US.UTF-8
+ENV LANGUAGE en_US.UTF-8
+ENV LC_ALL en_US.UTF-8
\ No newline at end of file