summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f18cfc1..d755d56 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,6 +3,11 @@
FROM ubuntu:14.04
RUN apt-get update
-RUN apt-get -y --force-yes install make g++ build-essential libpq-dev libfuse-dev
+RUN apt-get -y --force-yes install make g++ unzip build-essential libpq-dev libfuse-dev
+
+RUN wget wget https://github.com/andreasbaumann/pgfuse/archive/master.zip
+RUN unzip master.zip
+
+WORKDIR pgfuse-master
RUN make