summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 383bb58..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
-# PgFuse DockerFile
-
-FROM ubuntu:14.04
-
-RUN apt-get update
-RUN apt-get -y --force-yes install make pkg-config g++ wget unzip build-essential libpq-dev libfuse-dev
-
-RUN wget https://github.com/andreasbaumann/pgfuse/archive/master.zip
-RUN unzip master.zip
-
-WORKDIR pgfuse-master
-
-RUN make