diff options
| author | Adam Hupp <adam@hupp.org> | 2021-06-03 06:43:08 -0700 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2021-06-03 06:43:08 -0700 |
| commit | 4ed6b038ba8acd59ed58c888fbd18355b8955eba (patch) | |
| tree | b873c49134fac415adef90375a05b60aa67f3cb1 /test/Dockerfile_bionic | |
| parent | 5e1f1500a37377216605c81fc9a965a0036aaef6 (diff) | |
| download | python-magic-4ed6b038ba8acd59ed58c888fbd18355b8955eba.tar.gz | |
fix alpine library loading
Diffstat (limited to 'test/Dockerfile_bionic')
| -rwxr-xr-x | test/Dockerfile_bionic | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Dockerfile_bionic b/test/Dockerfile_bionic deleted file mode 100755 index e335b8e..0000000 --- a/test/Dockerfile_bionic +++ /dev/null @@ -1,8 +0,0 @@ -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 |
