Skip to content

Commit

Permalink
Merge 8846c98 into 21ba8e9
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-salles committed Aug 15, 2022
2 parents 21ba8e9 + 8846c98 commit d47a87e
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 203 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: true

language: python
python:
- "3.6.8"
- "3.8.13"

services:
- docker
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
FROM python:3.6-slim
FROM python:3.8.13-slim

ENV WORKDIR /home/app
WORKDIR $WORKDIR

RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y apt-utils \
&& apt-get install --no-install-recommends --no-install-suggests -y gcc bzip2 git curl nginx libpq-dev gettext \
libgdal-dev python3-cffi python3-gdal vim
&& apt-get install --no-install-recommends --no-install-suggests -y apt-utils \
&& apt-get install --no-install-recommends --no-install-suggests -y gcc bzip2 git curl nginx libpq-dev gettext \
libgdal-dev python3-cffi python3-gdal vim

RUN apt-get install make

RUN pip install -U pip==21.2.2 setuptools==57.4.0
RUN pip install poetry==1.1.12
RUN pip install gunicorn==19.9.0
RUN pip install gevent==1.4.0
RUN pip install gevent==21.12.0
RUN pip install psycopg2-binary
RUN apt-get install -y libjpeg-dev libgpgme-dev linux-libc-dev musl-dev libffi-dev libssl-dev
ENV LIBRARY_PATH=/lib:/usr/lib
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Requirements

* Python (3.6)
* Python (3.8.13)
* Poetry
* Docker
* Docker-compose
Expand Down
Loading

0 comments on commit d47a87e

Please sign in to comment.