summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-17 13:17:11 +0200
committerYorhel <git@yorhel.nl>2019-09-17 13:17:35 +0200
commitb34b37ba5acdf423ab30f4927cbdbbc704e91590 (patch)
tree4eac8e089a6392ab3377fb274992f21b483fb661 /Dockerfile
parent158825be34b6987c18fcdf80da4d05aee5900be6 (diff)
Make hashes in VNDB::Types immutable + get rid of Tie::IxHash dep
I love it when I can get rid of a dependency! I realized in the process that I had already made Perl 2.24+ a requirement a bit earlier on by using postfix deref. It's a useful feature and 2.24 isn't *that* new, so let's make that official.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c844d1b9..9b9dc5d3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,6 @@ RUN apt-get install -y tzdata \
libperlio-gzip-perl \
libpq-dev \
libtext-multimarkdown-perl \
- libtie-ixhash-perl \
libxml-parser-perl \
postgresql \
&& cpanm -vn \