From 1e4f947b648b949c6706d53e173bc27ae791cbdc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 27 Jun 2015 18:28:35 +0200 Subject: .. --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf