summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 12:04:28 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 12:04:28 +0200
commited2efc22ff05296c1dd6a5fd0001d9b0d123c507 (patch)
treec80ff8c61f11a840ea6af4c14805452983caa1c4
parent25f1b2672ad5c95de802496eb2dafd30c83d19c5 (diff)
downloadpgfuse-ed2efc22ff05296c1dd6a5fd0001d9b0d123c507.tar.gz
pgfuse-ed2efc22ff05296c1dd6a5fd0001d9b0d123c507.tar.bz2
added a Dockerfile for automatic build tests
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..aa37f9d
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,5 @@
+# PgFuse DockerFile
+
+FROM ubuntu:14.04
+
+RUN make