fix dockerfile
This commit is contained in:
parent
3d25812b5c
commit
7d7fff847b
@ -6,7 +6,6 @@ RUN apk add --no-cache --virtual .build-deps \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
&& ln -sf /usr/bin/python3 /usr/bin/python \
|
||||
&& chmod +x /usr/bin/mc \
|
||||
&& pip install --upgrade pip setuptools wheel \
|
||||
&& pip install cython \
|
||||
&& apk del --purge .build-deps \
|
||||
|
Loading…
x
Reference in New Issue
Block a user