From 64316f52a3e830988589b71cc48be6e3401c3c88 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Tue, 16 Jun 2020 13:00:56 +0200 Subject: [PATCH] Use a fixed perl-cwb revision --- build/cqpserver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cqpserver/Dockerfile b/build/cqpserver/Dockerfile index bfab578..4fbdebb 100644 --- a/build/cqpserver/Dockerfile +++ b/build/cqpserver/Dockerfile @@ -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 \