We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43891a6 + f3906be commit efc37c4Copy full SHA for efc37c4
Dockerfile
@@ -11,6 +11,7 @@ RUN mkdir /tmp/wheelhouse \
11
&& cd /tmp/wheelhouse \
12
&& pip3 install wheel \
13
&& pip3 wheel --no-cache-dir /tmp/src \
14
+ && rm /tmp/wheelhouse/six*.whl \
15
&& ls -l /tmp/wheelhouse
16
17
FROM alpine:${ALPINE_VERSION}
setup.py
@@ -48,7 +48,7 @@ def get_identifier(json):
48
version=versioneer.get_version(),
49
install_requires=[
50
"chardet",
51
- "docker",
+ "docker!=5.0.0",
52
"entrypoints",
53
"escapism",
54
"iso8601",
0 commit comments