Skip to content

Commit

Permalink
Bump gtfs2lc with fix for iRail API crash
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed May 14, 2018
1 parent 4ab8568 commit 403058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y libcairo2-dev libjpeg62-turbo-dev libpa

# Add podigg-lc
RUN git clone -n https://github.com/PoDiGG/podigg-lc.git /evalrun
RUN cd /evalrun && git checkout a25491e3e75fda574f5f39ddc6c48e0262ee8cd5
RUN cd /evalrun && git checkout 41fc42b40915ef5905206bc4f9a2d41c07f81013
RUN cd /evalrun && npm install

# Add and build Java wrapper
Expand Down

0 comments on commit 403058a

Please sign in to comment.