aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2020-09-04 08:28:34 +0200
committerAnthon van der Neut <anthon@mnt.org>2020-09-04 08:28:34 +0200
commit6c21ea594d8e79252b6683a91c9aeeec79f70061 (patch)
treee9a0e5393897f1f77270a2d605062427f12826d4 /Dockerfile
parentbe6fb7463b06789b38659a20454b4338e3f4a4cb (diff)
downloadruamel-yaml-clib-code-6c21ea594d8e79252b6683a91c9aeeec79f70061.tar.gz
update setup.py to workaround issue in setuptools 50.00.2.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4906b2e..6d34755 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,4 +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
+CMD /usr/bin/makewheel 27 35 36 37 38