From ebb6a521effd430ecdc72d2d3ec2de665ef19329 Mon Sep 17 00:00:00 2001 From: Erik Huelsmann Date: Sun, 6 May 2018 13:15:31 +0200 Subject: [PATCH] * Correct dependency reference --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1843c3e..d11b8f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ ENV LSMB_VERSION 1.6.0-beta1 # libnet-cidr-lite-perl is a dependency for Plack::Builder::Conditionals # which is being installed from CPAN # libtest-requires-perl is a dependency of Module-Build-Pluggable-PPPort -# on which HTML::Entities depends +# on which HTML::Escape depends # Installing psql client directly from instructions at https://wiki.postgresql.org/wiki/Apt # That mitigates issues where the PG instance is running a newer version than this container