summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 96773be..93d76bc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,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 wget wget https://github.com/andreasbaumann/pgfuse/archive/master.zip
+RUN wget https://github.com/andreasbaumann/pgfuse/archive/master.zip
RUN unzip master.zip
WORKDIR pgfuse-master