Skip to content

Instantly share code, notes, and snippets.

@webD97
Last active August 6, 2017 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webD97/7d238a50027b935a2ff7f683817042ed to your computer and use it in GitHub Desktop.
Save webD97/7d238a50027b935a2ff7f683817042ed to your computer and use it in GitHub Desktop.
WORKDIR /minetest
RUN cmake . -DRUN_IN_PLACE=TRUE -DBUILD_SERVER=TRUE -DBUILD_CLIENT=FALSE
RUN make -j $(nproc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment