summaryrefslogtreecommitdiff
path: root/Dockerfile
blob: 7b7617434ec1c5f30428878a4c9c2e178eba816a (plain)
1
2
3
4
5
6
7
# PgFuse DockerFile

FROM ubuntu:14.04

RUN apt-get -y --force-yes install make g++ build-essential libpq-dev libfuse-dev

RUN make