Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
FROM python:3.6.3-jessie
FROM python:3.6.11-buster

EXPOSE 80
EXPOSE 443

RUN \
apt-get update; \
apt-get install -y nginx postgresql-client mdbtools vim tidy less gettext; \
apt-get install -y cron --no-install-recommends
apt-get update && \
apt-get install -y nginx postgresql-client mdbtools vim tidy less gettext && \
apt-get install -y cron --no-install-recommends && \
apt-get install -y binutils libproj-dev gdal-bin

ENV HOME=/home/ifrc
WORKDIR $HOME
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Django==2.2.13
Jinja2==2.10.1
Markdown==2.6.11
MarkupSafe==1.0
MarkupSafe==1.1.1
Pillow==6.2.2
PyPDF2==1.26.0
Pygments==2.2.0
Expand Down Expand Up @@ -67,15 +67,14 @@ promise==2.1
psycopg2==2.7.3.2
pycountry==19.8.18
pycparser==2.19
pygraphviz==1.3.1
python-Levenshtein==0.12.0
python-dateutil==2.8.0
python-mimeparse==1.6.0
pytidylib==0.3.2
pytz==2019.1
regex==2018.8.29
requests==2.21.0
setuptools==38.2.4
setuptools==45
singledispatch==3.4.0.3
six==1.12.0
tabula-py==1.2.0
Expand Down