summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-08-07 23:56:15 +0200
committerAnthon van der Neut <anthon@mnt.org>2016-08-07 23:56:15 +0200
commitb0a100914f71d25a39867900964385c79daacd9a (patch)
tree6aef601cb96b04de4b29b7ec464f7816546e9871 /Dockerfile
parentf84a3a2d77fc4a7b1bc9e409686bf9102dc2defb (diff)
downloadruamel.yaml-b0a100914f71d25a39867900964385c79daacd9a.tar.gz
fix for issue 410.11.15
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 20151c6..8d75095 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,7 @@ FROM quay.io/pypa/manylinux1_x86_64
MAINTAINER Anthon van der Neut <a.van.der.neut@ruamel.eu>
RUN echo 'cd /src' > /usr/bin/makewheel
+RUN echo 'rm -f /tmp/*.whl' >> /usr/bin/makewheel
RUN echo 'for PYBIN in /opt/python/$1*/bin/; do' >> /usr/bin/makewheel
RUN echo ' echo "$PYBIN"' >> /usr/bin/makewheel
RUN echo ' ${PYBIN}/pip wheel . -w /tmp' >> /usr/bin/makewheel
@@ -16,4 +17,4 @@ RUN chmod 755 /usr/bin/makewheel
RUN yum install -y libyaml-devel
-CMD /usr/bin/makewheel \ No newline at end of file
+CMD /usr/bin/makewheel