summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 18:28:35 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 18:28:35 +0200
commit1e4f947b648b949c6706d53e173bc27ae791cbdc (patch)
tree4b4e9f656f1a0124d818a97b5cc6d2218a2c61f3
parenta9f49215aa97d51642b91ac6632dfe49f60ed6b8 (diff)
downloadpgfuse-1e4f947b648b949c6706d53e173bc27ae791cbdc.tar.gz
pgfuse-1e4f947b648b949c6706d53e173bc27ae791cbdc.tar.bz2
..
-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