summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index ef42f24..4906b2e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,3 @@
-
FROM quay.io/pypa/manylinux1_x86_64:latest
MAINTAINER Anthon van der Neut <a.van.der.neut@ruamel.eu>
@@ -11,8 +10,8 @@ RUN echo 'rm -f /tmp/*.whl' >> /usr/bin/makewheel
RUN echo 'for PYVER in $*; do' >> /usr/bin/makewheel
RUN echo ' for PYBIN in /opt/python/cp$PYVER*/bin/; do' >> /usr/bin/makewheel
RUN echo ' echo "$PYBIN"' >> /usr/bin/makewheel
-RUN echo ' ${PYBIN}/pip install -Uq pip' >> /usr/bin/makewheel
-RUN echo ' ${PYBIN}/pip wheel . -w /tmp' >> /usr/bin/makewheel
+RUN echo ' ${PYBIN}/pip install -Uq pip' >> /usr/bin/makewheel
+RUN echo ' ${PYBIN}/pip wheel . -w /tmp' >> /usr/bin/makewheel
RUN echo ' done' >> /usr/bin/makewheel
RUN echo 'done' >> /usr/bin/makewheel
RUN echo '' >> /usr/bin/makewheel
@@ -23,7 +22,4 @@ RUN echo ' auditwheel repair "$whl" -w /src/dist/' >> /usr/bin/makewheel
RUN echo 'done' >> /usr/bin/makewheel
RUN chmod 755 /usr/bin/makewheel
-
CMD /usr/bin/makewheel 27 35 36 37
-
-# cp27-cp27m p27-cp27mu cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m