8 lines
259 B
Bash
Executable File
8 lines
259 B
Bash
Executable File
#apk add --no-cache --virtual .build-deps gcc libc-dev libxslt-dev && \
|
|
# apk add --no-cache libxslt && \
|
|
# pip install --no-cache-dir lxml>=3.5.0 && \
|
|
# pip install -r requirements.txt && \
|
|
# apk del .build-deps
|
|
|
|
pip install -r requirements.txt
|