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/5b0cb1db3d80f79809c78c9d1e0b7c3c to your computer and use it in GitHub Desktop.
Save webD97/5b0cb1db3d80f79809c78c9d1e0b7c3c to your computer and use it in GitHub Desktop.
RUN wget https://github.com/minetest/minetest/archive/master.tar.gz && tar xf master.tar.gz && mv minetest-master ./minetest && rm master.tar.gz
RUN wget https://github.com/minetest/minetest_game/archive/master.tar.gz && tar xf master.tar.gz && mv minetest_game-master ./minetest/games/minetest_game && rm master.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment