Skip to content

Commit

Permalink
replace missing osrm branch git pull with release v5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Fleischer committed May 18, 2024
1 parent 4a07652 commit 0da04e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dkroutingtool/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ 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 git clone -b 5.21 --single-branch https://github.com/Project-OSRM/osrm-backend.git
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

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

Expand Down

0 comments on commit 0da04e1

Please sign in to comment.