summaryrefslogtreecommitdiff
path: root/test/docker/focal
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker/focal')
-rwxr-xr-xtest/docker/focal8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/docker/focal b/test/docker/focal
new file mode 100755
index 0000000..74e4d78
--- /dev/null
+++ b/test/docker/focal
@@ -0,0 +1,8 @@
+FROM ubuntu:focal
+RUN apt-get update
+RUN apt-get -y install python2
+RUN apt-get -y install python3
+RUN apt-get -y install locales
+RUN locale-gen en_US.UTF-8
+COPY . /python-magic
+CMD cd /python-magic/test && python3 ./run.py