diff --git a/Dockerfile b/Dockerfile index 701dab9..99c83ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ COPY post_text.conf . # Dependency time RUN apt-get update RUN apt-get -y upgrade -# Work around for test failing due to headers being lowercase now that -# cpan.org is on HTTP/2 -#RUN cpanm --notest Net::HTTP RUN cpanm --installdeps . # Finish setting up the environment diff --git a/cpanfile b/cpanfile index 10a2628..9cbd532 100644 --- a/cpanfile +++ b/cpanfile @@ -6,5 +6,4 @@ requires 'Date::Format'; requires 'XML::RSS'; requires 'Text::Markdown'; requires 'HTML::Restrict'; -#requires 'IO::Socket::SSL'; requires 'Roman::Unicode';