diff options
| author | SchoolGuy <matrixfueller@gmail.com> | 2021-01-13 09:12:57 +0100 |
|---|---|---|
| committer | SchoolGuy <matrixfueller@gmail.com> | 2021-01-13 09:12:57 +0100 |
| commit | 4a810b4f30f161b889d59cf2a207820fc0c731b7 (patch) | |
| tree | b122dde5784183d325b12c688aae79dd7a3ace08 /test/Dockerfile_bionic | |
| parent | ac6143c4a16b3172ce38a2766861a166288ff8ad (diff) | |
| download | python-magic-4a810b4f30f161b889d59cf2a207820fc0c731b7.tar.gz | |
Remove Python2 from the tests
Diffstat (limited to 'test/Dockerfile_bionic')
| -rwxr-xr-x | test/Dockerfile_bionic | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Dockerfile_bionic b/test/Dockerfile_bionic index e335b8e..0c9893e 100755 --- a/test/Dockerfile_bionic +++ b/test/Dockerfile_bionic @@ -1,6 +1,5 @@ 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 |
