Commit f30767bf authored by 胡凯旋's avatar 胡凯旋

update Dockerfile

parent c0a86161
......@@ -43,8 +43,8 @@ RUN apk add --no-cache --virtual .build-deps \
COPY . /srv/apps/geoserver/
RUN pip install git+ssh://git@git.wanmeizhensuo.com/backend/gm-types.git@master \
&& apk del .build-deps
RUN cat requirements.txt | grep master > /tmp/gm-requirements.txt \
&& pip install --no-deps --upgrade -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -r /tmp/gm-requirements.txt \
WORKDIR /srv/apps/geoserver/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment