forked from mirror/MrDoc
commit
12baea6f8d
@ -9,13 +9,14 @@ COPY . /app/MrDoc/
|
|||||||
WORKDIR /app/MrDoc
|
WORKDIR /app/MrDoc
|
||||||
|
|
||||||
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
|
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apk add --no-cache --virtual .build-deps build-base g++ gcc libxslt-dev python2-dev linux-headers \
|
&& apk add --no-cache --virtual .build-deps build-base g++ gcc libxslt-dev python2-dev linux-headers \
|
||||||
&& apk add --no-cache pwgen git tzdata zlib-dev freetype-dev jpeg-dev mariadb-dev postgresql-dev \
|
&& apk add --no-cache pwgen git tzdata zlib-dev freetype-dev jpeg-dev mariadb-dev postgresql-dev \
|
||||||
|
&& && pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple \
|
||||||
&& python -m pip install --upgrade pip \
|
&& python -m pip install --upgrade pip \
|
||||||
&& pip --no-cache-dir install -r requirements.txt \
|
&& pip --no-cache-dir install -r requirements.txt \
|
||||||
&& pip --no-cache-dir install mysqlclient \
|
&& pip --no-cache-dir install mysqlclient \
|
||||||
|
&& pip --no-cache-dir install uwsgi \
|
||||||
&& chmod +x docker_mrdoc.sh \
|
&& chmod +x docker_mrdoc.sh \
|
||||||
&& apk del .build-deps \
|
&& apk del .build-deps \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
Loading…
Reference in New Issue
Block a user