From 4ed6b038ba8acd59ed58c888fbd18355b8955eba Mon Sep 17 00:00:00 2001 From: Adam Hupp Date: Thu, 3 Jun 2021 06:43:08 -0700 Subject: fix alpine library loading --- test/Dockerfile_bionic | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 test/Dockerfile_bionic (limited to 'test/Dockerfile_bionic') 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 -- cgit v1.2.1