Skip to content

Instantly share code, notes, and snippets.

View hbruno's full-sized avatar

Hernan Bruno hbruno

  • Crosschq
  • Mar del Plata
View GitHub Profile
@hbruno
hbruno / Dockerfile
Created January 24, 2023 13:53 — forked from nolram/Dockerfile
Docker-compose: Django + Postgis + RabbitMQ + Celery + Redis
FROM python:3.5
MAINTAINER Marlon Baptista de Quadros([email protected])
ENV PYTHONUNBUFFERED 1
RUN apt-get update -y
RUN apt-get -y install binutils libproj-dev gdal-bin postgresql-client python3-lxml
RUN apt-get -y install libmemcached-dev