diff --git a/Dockerfile b/Dockerfile index 97bb1e60f2b581a5f1cea58b93ec7c846167eced..d070a2c29d656ee1b6fa81fa72dc80ac4f6f47c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \ ARG CACHEBUST=1 # Get rabotnik code -RUN cd /srv && git clone https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/rabotnik-tiles.git rabotnik-instance && \ - cd rabotnik-instance && git checkout feature/fix_tests +RUN cd /srv && git clone https://git.gfz-potsdam.de/dynamicexposure/openbuildingmap/rabotnik-tiles.git rabotnik-instance WORKDIR /srv/rabotnik-instance # Install rabotnik with its dependencies