summaryrefslogtreecommitdiff
path: root/test/docker/bionic
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker/bionic')
-rwxr-xr-xtest/docker/bionic8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/docker/bionic b/test/docker/bionic
new file mode 100755
index 0000000..e335b8e
--- /dev/null
+++ b/test/docker/bionic
@@ -0,0 +1,8 @@
+FROM ubuntu:bionic
+RUN apt-get update
+RUN apt-get -y install python
+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