summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2018-10-21 08:07:58 +0200
committerYorhel <git@yorhel.nl>2018-10-21 08:13:51 +0200
commitca1117d0d6476b94466eb99a79571e495071a90a (patch)
tree0ce2fb5e225fdff3bd469f71fbd73f737d6e11fe
parent484ee7185666e6ffa1c6be0c4c6d095b3444f60a (diff)
Add curl to Dockerfile installation
Fixes #11
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 3c3d2027..c4b73396 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,7 @@ ENV LANG en_US.utf8
RUN apt-get install -y tzdata && apt-get install -y --no-install-recommends \
build-essential \
cpanminus \
+ curl \
git \
graphviz \
imagemagick \