Skip to content

Commit ada3266

Browse files
authored
Add
1 parent 050995e commit ada3266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1919
RUN pip3 install git+https://github.com/mapproxy/[email protected]
2020

@@ -33,4 +33,4 @@ WORKDIR /srv/mapproxy
3333

3434
EXPOSE 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 '-'

0 commit comments

Comments
 (0)