mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 07:22:45 +00:00
fix lxml
This commit is contained in:
parent
6635f5c715
commit
8b6b4ec6a9
@ -5,7 +5,7 @@ RUN apt-get update && \
|
|||||||
apt-get install -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip
|
apt-get install -y wget curl rsync lftp git jq python3-dev python3-pip yum-utils createrepo aria2 ack composer php-curl php-zip
|
||||||
|
|
||||||
RUN STATIC_DEPS=true pip3 install pyquery
|
RUN STATIC_DEPS=true pip3 install pyquery
|
||||||
RUN pip3 install requests[socks] pyyaml gsutil bandersnatch awscli
|
RUN pip3 install requests[socks] pyyaml gsutil awscli
|
||||||
|
|
||||||
RUN cd /usr/local && git clone --depth 1 https://github.com/tuna/composer-mirror.git && cd composer-mirror && composer i
|
RUN cd /usr/local && git clone --depth 1 https://github.com/tuna/composer-mirror.git && cd composer-mirror && composer i
|
||||||
COPY composer-mirror.config.php /usr/local/composer-mirror/config.php
|
COPY composer-mirror.config.php /usr/local/composer-mirror/config.php
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
FROM python:3.8-alpine
|
FROM python:3.8-alpine
|
||||||
|
|
||||||
|
RUN apk add --update --no-cache --virtual .build-deps \
|
||||||
|
g++ \
|
||||||
|
python-dev \
|
||||||
|
libxml2 \
|
||||||
|
libxml2-dev && \
|
||||||
|
apk add libxslt-dev
|
||||||
RUN pip3 install bandersnatch
|
RUN pip3 install bandersnatch
|
||||||
CMD /bin/bash
|
CMD /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user