File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ RUN mkdir /tmp/wheelhouse \
11
11
&& cd /tmp/wheelhouse \
12
12
&& pip3 install wheel \
13
13
&& pip3 wheel --no-cache-dir /tmp/src \
14
- && rm /tmp/wheelhouse/six*.whl \
15
14
&& ls -l /tmp/wheelhouse
16
15
17
16
FROM alpine:${ALPINE_VERSION}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def get_identifier(json):
48
48
version = versioneer .get_version (),
49
49
install_requires = [
50
50
"chardet" ,
51
- "docker" ,
51
+ "docker!=5.0.0 " ,
52
52
"entrypoints" ,
53
53
"escapism" ,
54
54
"iso8601" ,
@@ -57,9 +57,6 @@ def get_identifier(json):
57
57
"requests" ,
58
58
"ruamel.yaml>=0.15" ,
59
59
"semver" ,
60
- # six installation is a workaround of https://github.com/docker/docker-py/pull/2844.
61
- # When removing this, also remove the "rm /tmp/wheelhouse/six*.whl" line in ./Dockerfile
62
- "six" ,
63
60
"toml" ,
64
61
"traitlets" ,
65
62
],
You can’t perform that action at this time.
0 commit comments