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_archlinux | |
| parent | 5e1f1500a37377216605c81fc9a965a0036aaef6 (diff) | |
| download | python-magic-4ed6b038ba8acd59ed58c888fbd18355b8955eba.tar.gz | |
fix alpine library loading
Diffstat (limited to 'test/Dockerfile_archlinux')
| -rwxr-xr-x | test/Dockerfile_archlinux | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Dockerfile_archlinux b/test/Dockerfile_archlinux deleted file mode 100755 index fc96c44..0000000 --- a/test/Dockerfile_archlinux +++ /dev/null @@ -1,5 +0,0 @@ -FROM archlinux:latest -RUN yes | pacman -Syyu --overwrite '*' -RUN yes | pacman -S python python2 file which -COPY . /python-magic -CMD cd /python-magic/test && python3 ./run.py |
