oedb-backend/Dockerfile

9 lines
238 B
Text
Raw Normal View History

2016-04-14 17:52:34 +02:00
FROM ubuntu:15.10
WORKDIR /app
RUN apt-get update
RUN apt-get install -y postgresql-9.4
RUN apt-get install -y postgresql-server-dev-9.4
RUN apt-get install -y postgis
RUN apt-get install -y python3-dev
RUN apt-get install -y python3-pip