summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-07-31 23:56:09 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-07-31 23:56:09 +0200
commit5f29e59ec4c40dd35c12aee5aa0aea4fc73e7312 (patch)
tree9eb3779e49e0c3f527bc8c0cd392efc6142faf60 /Dockerfile
parenta7638d259cdaec0a8f0434312626691cc1d23f38 (diff)
downloadruamel.yaml-5f29e59ec4c40dd35c12aee5aa0aea4fc73e7312.tar.gz
Rebuild due to old .so version in 3.6 linux .whl, this fixes issue #2120.15.47
*When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 0c08293..bf837e6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,5 @@
-FROM quay.io/pypa/manylinux1_x86_64:01a75168a06f
+
+FROM quay.io/pypa/manylinux1_x86_64:latest
MAINTAINER Anthon van der Neut <a.van.der.neut@ruamel.eu>
@@ -23,8 +24,6 @@ RUN echo 'done' >> /usr/bin/makewheel
RUN chmod 755 /usr/bin/makewheel
-#CMD /usr/bin/makewheel 27 34 35 36 37
-CMD /usr/bin/makewheel 36
+CMD /usr/bin/makewheel 27 34 35 36 37
# cp27-cp27m p27-cp27mu cp34-cp34m cp35-cp35m cp36-cp36m cp37-cp37m
-