Add docker files and scripts for creating cross-distro PyPI packages
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user