Revert "fix: Dockerfile issue regarding six"

This reverts commit f3906be35b.
pull/1078/head
Simon Li 2021-09-03 17:05:12 +01:00
rodzic 92a00b2c18
commit f7cadcd5f0
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,6 @@ RUN mkdir /tmp/wheelhouse \
&& cd /tmp/wheelhouse \
&& pip3 install wheel \
&& pip3 wheel --no-cache-dir /tmp/src \
&& rm /tmp/wheelhouse/six*.whl \
&& ls -l /tmp/wheelhouse
FROM alpine:${ALPINE_VERSION}