diff options
| author | Adam Hupp <adam@hupp.org> | 2021-01-15 13:06:32 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2021-01-15 13:06:32 -0800 |
| commit | e9287aff879335da342863e2dcc7ae224b9e258c (patch) | |
| tree | cb624460f6b831b3046b760eb500b36c5e0777f5 /test/Dockerfile_bionic | |
| parent | eccbe10b03d9bed19f5d7e373b3febf9036a4293 (diff) | |
| download | python-magic-e9287aff879335da342863e2dcc7ae224b9e258c.tar.gz | |
Revert "Remove Python2 from the tests"
This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7.
Diffstat (limited to 'test/Dockerfile_bionic')
| -rwxr-xr-x | test/Dockerfile_bionic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Dockerfile_bionic b/test/Dockerfile_bionic index 0c9893e..e335b8e 100755 --- a/test/Dockerfile_bionic +++ b/test/Dockerfile_bionic @@ -1,5 +1,6 @@ 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 |
