summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 18:41:27 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 18:41:27 +0200
commitcb9f2d3d0dbdfd8935c30abc9783d66c0b28590c (patch)
treed2efd041377c29864620da0fe26c3400e540a9e2
parent074c91b87ba589e6704439b2290bfe994cb33bc6 (diff)
downloadpgfuse-cb9f2d3d0dbdfd8935c30abc9783d66c0b28590c.tar.gz
pgfuse-cb9f2d3d0dbdfd8935c30abc9783d66c0b28590c.tar.bz2
..
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 93d76bc..383bb58 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@
FROM ubuntu:14.04
RUN apt-get update
-RUN apt-get -y --force-yes install make g++ wget unzip build-essential libpq-dev libfuse-dev
+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