summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 18:30:35 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-06-27 18:30:35 +0200
commitd9373705007dfba5b576cc207e255d50f8bed885 (patch)
treec69aece9e794f79c424f63bccbfc7513333de4db
parent1e4f947b648b949c6706d53e173bc27ae791cbdc (diff)
downloadpgfuse-d9373705007dfba5b576cc207e255d50f8bed885.tar.gz
pgfuse-d9373705007dfba5b576cc207e255d50f8bed885.tar.bz2
..
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d755d56..96773be 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++ unzip build-essential libpq-dev libfuse-dev
+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 unzip master.zip