Add docker files and scripts for creating cross-distro PyPI packages

This commit is contained in:
Gaute Lindkvist
2020-06-18 10:32:05 -04:00
parent cbd23e71ef
commit 5515422d02
6 changed files with 113 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
# 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