remove unused file

This commit is contained in:
Arne Morten Kvarving
2020-11-26 12:07:04 +01:00
parent b7fdffa12d
commit edeef07018

View File

@@ -1,8 +0,0 @@
# Docker file to generate a Docker image capable of building PyPI packages
# Example use:
# Use sudo docker build -t lindkvis/manylinux2014_opm:latest -f Dockerfile.create .
FROM quay.io/pypa/manylinux2014_x86_64
WORKDIR /tmp
COPY setup-docker-image.sh .
RUN /bin/bash /tmp/setup-docker-image.sh