From 0cc14ee1dcd7e53efc74cb2e00df89e630b3d0c5 Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Sat, 11 Jan 2020 23:31:03 -0800 Subject: Add dockerfiles for running tests on various Ubuntu LTS versions --- test/Dockerfile_bionic | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test/Dockerfile_bionic (limited to 'test/Dockerfile_bionic') diff --git a/test/Dockerfile_bionic b/test/Dockerfile_bionic new file mode 100755 index 0000000..c180ea9 --- /dev/null +++ b/test/Dockerfile_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 && ./run.sh -- cgit v1.2.1