diff --git a/docker-compose/tango-archiver-ts/Dockerfile b/docker-compose/tango-archiver-ts/Dockerfile
index 389db398f225d3754cfbf5aa2ea4411f9a349e6c..0d8b5e0c0ee0fe3efc174771b4556001c34a1789 100644
--- a/docker-compose/tango-archiver-ts/Dockerfile
+++ b/docker-compose/tango-archiver-ts/Dockerfile
@@ -65,7 +65,8 @@ RUN cd libhdbpp/build \
 
 # ----------- LIBHDB++ TIMESCALE ---------------
 
-RUN git clone -b image_support --recurse-submodules https://github.com/tango-controls-hdbpp/libhdbpp-timescale.git
+#RUN git clone -b image_support --recurse-submodules https://github.com/tango-controls-hdbpp/libhdbpp-timescale.git
+RUN git clone -b image_support_lofar_fixes --recurse-submodules https://git.astron.nl/lofar2.0/libhdbpp-timescale.git
 
 RUN cd libhdbpp-timescale \
  && mkdir -p build \