File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apt-get -y update \
1414 wget \
1515 && rm -rf /var/lib/apt/lists/*
1616
17- RUN pip3 install Numpy PyYAML boto3 Pillow requests Shapely eventlet gunicorn uwsgi prometheus_client lxml
17+ RUN pip3 install Numpy PyYAML boto3 Pillow requests Shapely eventlet gunicorn uwsgi prometheus_client lxml 'pyproj==1.9.6'
1818# 1.13.0
1919RUN pip3 install git+https://github.com/mapproxy/
[email protected] 2020
@@ -33,4 +33,4 @@ WORKDIR /srv/mapproxy
3333
3434EXPOSE 80
3535
36- CMD gunicorn -k gthread --user=1337 --group=1337 --chdir /srv/mapproxy/config --threads=16 --workers=1 -b :80 config:application --no-sendfile --access-logfile '-' --error-logfile '-'
36+ CMD gunicorn -k gthread --user=1337 --group=1337 --chdir /srv/mapproxy/config --threads=16 --workers=1 -b :80 config:application --no-sendfile --access-logfile '-' --error-logfile '-'
You can’t perform that action at this time.
0 commit comments