kopia lustrzana https://github.com/jupyterhub/repo2docker
fix: Dockerfile issue regarding six
rodzic
d1bbffac30
commit
f3906be35b
|
@ -11,6 +11,7 @@ RUN mkdir /tmp/wheelhouse \
|
||||||
&& cd /tmp/wheelhouse \
|
&& cd /tmp/wheelhouse \
|
||||||
&& pip3 install wheel \
|
&& pip3 install wheel \
|
||||||
&& pip3 wheel --no-cache-dir /tmp/src \
|
&& pip3 wheel --no-cache-dir /tmp/src \
|
||||||
|
&& rm /tmp/wheelhouse/six*.whl \
|
||||||
&& ls -l /tmp/wheelhouse
|
&& ls -l /tmp/wheelhouse
|
||||||
|
|
||||||
FROM alpine:${ALPINE_VERSION}
|
FROM alpine:${ALPINE_VERSION}
|
||||||
|
|
Ładowanie…
Reference in New Issue