From cb9f2d3d0dbdfd8935c30abc9783d66c0b28590c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 27 Jun 2015 18:41:27 +0200 Subject: .. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf