Skip to content

Commit f3906be

Browse files
committed
fix: Dockerfile issue regarding six
1 parent d1bbffa commit f3906be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN mkdir /tmp/wheelhouse \
1111
&& cd /tmp/wheelhouse \
1212
&& pip3 install wheel \
1313
&& pip3 wheel --no-cache-dir /tmp/src \
14+
&& rm /tmp/wheelhouse/six*.whl \
1415
&& ls -l /tmp/wheelhouse
1516

1617
FROM alpine:${ALPINE_VERSION}

0 commit comments

Comments
 (0)