Use a fixed perl-cwb revision

This commit is contained in:
Patrick Jentsch 2020-06-16 13:00:56 +02:00
parent 1cf4a0f1f0
commit 64316f52a3

View File

@ -30,7 +30,7 @@ RUN apt-get install -y --no-install-recommends \
# Installation: Perl CWB package
RUN yes | cpan HTML::Entities \
&& svn co http://svn.code.sf.net/p/cwb/code/perl/trunk/CWB perl-cwb \
&& svn checkout http://svn.code.sf.net/p/cwb/code/perl/trunk/CWB@1522 perl-cwb \
&& cd perl-cwb \
&& perl Makefile.PL \
&& make \