Do not remove all of libxml2 in Dockerfile

Change-Id: I216739718d977fbc47f008a3285a126bfd1e9093
diff --git a/Dockerfile b/Dockerfile
index b0e140a..2426f5d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -42,6 +42,7 @@
             make \
             wget \
             libxml2-dev \
+            libxml2 \
             unzip \
             curl && \
     set -o pipefail && \
@@ -49,10 +50,11 @@
     cpanm File::ShareDir::Install \
           Cpanel::JSON::XS \
           EV \
-          IO::Socket::Socks \
-          git://github.com/Akron/Mojolicious-Plugin-Localize.git \
-          git://github.com/KorAP/KorAP-XML-TEI.git \
-          git://github.com/KorAP/KorAP-XML-Krill.git
+          IO::Socket::Socks
+
+RUN cpanm https://github.com/Akron/Mojolicious-Plugin-Localize/archive/refs/tags/v0.21.tar.gz \
+   https://github.com/KorAP/KorAP-XML-TEI/archive/refs/tags/v2.3.2b.tar.gz \
+   https://github.com/KorAP/KorAP-XML-Krill/archive/refs/tags/v0.45.tar.gz
 
 # Install Kalamar including all dependencies
 RUN cpanm --installdeps . -M https://cpan.metacpan.org