summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 12:07:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 12:07:06 +0200
commit0697618de64d3ede7bdc18a307206fa06c22a3d3 (patch)
treeda6701f2173027803d84b612a9f2a73695fc4b7f
parented2efc22ff05296c1dd6a5fd0001d9b0d123c507 (diff)
downloadpgfuse-0697618de64d3ede7bdc18a307206fa06c22a3d3.tar.gz
pgfuse-0697618de64d3ede7bdc18a307206fa06c22a3d3.tar.bz2
..
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index aa37f9d..7b76174 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,4 +2,6 @@
FROM ubuntu:14.04
+RUN apt-get -y --force-yes install make g++ build-essential libpq-dev libfuse-dev
+
RUN make