diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile
index 04fe4e0f3cc8d94580070053b50910eaf7d91c57..60d4043cc661096012154ae96343e89d4b80f5d0 100644
--- a/for_tests/Dockerfile
+++ b/for_tests/Dockerfile
@@ -33,9 +33,7 @@ RUN apt-get install -y\
         bioperl
 RUN git clone https://github.com/tseemann/prokka.git
 RUN /tmp/prokka/bin/prokka --setupdb
-RUN mv /tmp/prokka/bin/prokka /usr/local/bin
-RUN rm -r /tmp/prokka
-
+RUN ln -s /tmp/prokka/bin/prokka /usr/local/bin
 
 # Install mmseqs2
 WORKDIR /tmp