Skip to content

Commit

Permalink
Merge pull request #65 from datakind/revert-64-missing-osrm-521
Browse files Browse the repository at this point in the history
Revert "replace missing osrm branch git pull with release v5.24"
  • Loading branch information
Zebreu authored Jun 1, 2024
2 parents 5f06678 + f03a8da commit 3313ab8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dkroutingtool/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ RUN apt-get update

RUN apt-get -y install git g++ cmake libboost-dev libboost-filesystem-dev libboost-thread-dev libboost-system-dev libboost-regex-dev libstxxl-dev libxml2-dev libsparsehash-dev libbz2-dev zlib1g-dev libzip-dev libgomp1 lua5.2 liblua5.2-dev libluabind-dev pkg-config libgdal-dev libboost-program-options-dev libboost-iostreams-dev libboost-test-dev libtbb-dev libexpat1-dev wget

RUN wget https://github.com/Project-OSRM/osrm-backend/archive/refs/tags/v5.24.0.tar.gz && \
tar -xvf v5.24.0.tar.gz && \
mv /osrm-backend-5.24.0 /osrm-backend
RUN git clone -b 5.21 --single-branch https://github.com/Project-OSRM/osrm-backend.git

COPY /c_binding_resources/table_parameters.hpp osrm-backend/include/engine/api/table_parameters.hpp

Expand Down

0 comments on commit 3313ab8

Please sign in to comment.