summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-06-03 06:43:08 -0700
committerAdam Hupp <adam@hupp.org>2021-06-03 06:43:08 -0700
commit4ed6b038ba8acd59ed58c888fbd18355b8955eba (patch)
treeb873c49134fac415adef90375a05b60aa67f3cb1 /test
parent5e1f1500a37377216605c81fc9a965a0036aaef6 (diff)
downloadpython-magic-4ed6b038ba8acd59ed58c888fbd18355b8955eba.tar.gz
fix alpine library loading
Diffstat (limited to 'test')
-rwxr-xr-xtest/docker/alpine (renamed from test/Dockerfile_alpine)2
-rwxr-xr-xtest/docker/archlinux (renamed from test/Dockerfile_archlinux)0
-rwxr-xr-xtest/docker/bionic (renamed from test/Dockerfile_bionic)0
-rw-r--r--test/docker/centos7 (renamed from test/Dockerfile_centos7)0
-rw-r--r--test/docker/centos8 (renamed from test/Dockerfile_centos8)0
-rwxr-xr-xtest/docker/focal (renamed from test/Dockerfile_focal)0
-rwxr-xr-xtest/docker/xenial (renamed from test/Dockerfile_xenial)0
7 files changed, 1 insertions, 1 deletions
diff --git a/test/Dockerfile_alpine b/test/docker/alpine
index f8ec79e..eb511d7 100755
--- a/test/Dockerfile_alpine
+++ b/test/docker/alpine
@@ -1,4 +1,4 @@
-FROM alpine:latest
+FROM python:3.8-alpine3.12
RUN apk add python3 python2 libmagic
COPY . /python-magic
CMD cd /python-magic/test && python3 ./run.py
diff --git a/test/Dockerfile_archlinux b/test/docker/archlinux
index fc96c44..fc96c44 100755
--- a/test/Dockerfile_archlinux
+++ b/test/docker/archlinux
diff --git a/test/Dockerfile_bionic b/test/docker/bionic
index e335b8e..e335b8e 100755
--- a/test/Dockerfile_bionic
+++ b/test/docker/bionic
diff --git a/test/Dockerfile_centos7 b/test/docker/centos7
index f2ac6e4..f2ac6e4 100644
--- a/test/Dockerfile_centos7
+++ b/test/docker/centos7
diff --git a/test/Dockerfile_centos8 b/test/docker/centos8
index 968f6b6..968f6b6 100644
--- a/test/Dockerfile_centos8
+++ b/test/docker/centos8
diff --git a/test/Dockerfile_focal b/test/docker/focal
index 74e4d78..74e4d78 100755
--- a/test/Dockerfile_focal
+++ b/test/docker/focal
diff --git a/test/Dockerfile_xenial b/test/docker/xenial
index bc0440b..bc0440b 100755
--- a/test/Dockerfile_xenial
+++ b/test/docker/xenial