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

update Dockerfile

parent f30767bf
......@@ -45,6 +45,7 @@ COPY . /srv/apps/geoserver/
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 \
&& apk del .build-deps
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