Skip to content

Commit

Permalink
change order of perl cpan package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
sparklyballs committed Apr 7, 2017
1 parent 81abf8b commit cf3b5da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ RUN \
cpanm File::Path && \
cpanm HTML::Entities && \
cpanm HTML::TableExtract && \
cpanm HTTP::Cache::Transparent && \
cpanm inc && \
cpanm JSON::PP && \
cpanm LWP::Simple && \
Expand All @@ -135,6 +134,7 @@ RUN \
cpanm version && \
cpanm WWW::Mechanize && \
cpanm XML::DOM && \
cpanm HTTP::Cache::Transparent && \

# build libiconv
mkdir -p \
Expand Down Expand Up @@ -180,7 +180,7 @@ RUN \
--prefix=/usr \
--sysconfdir=/config && \
make && \
make install && \
make install && \

# build XMLTV
curl -o /tmp/xmtltv-src.tar.bz2 -L \
Expand Down

0 comments on commit cf3b5da

Please sign in to comment.