Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin committed Dec 21, 2018
1 parent 32931e1 commit 2b8e869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM rust:1.31 as build
# Get the latest code from pathfinder's master branch
RUN apt-get update && apt-get install git
RUN git clone https://github.com/OpenMatchmaking/pathfinder.git
RUN cd pathfinder && git checkout 1.0.0

# And built it in release mode
WORKDIR pathfinder/pathfinder
Expand Down

0 comments on commit 2b8e869

Please sign in to comment.