dtolnay / proc-macro-workshop

Learn to write Rust procedural macros  [Rust Latam conference, Montevideo Uruguay, March 2019]
Apache License 2.0
4k stars 1.01k forks source link

Add Dockerfile for container image generation #41

Closed Mandragorian closed 2 years ago

Mandragorian commented 2 years ago

I completed the builder part of the workshop, and I was using a container image to run the code. I figured that his could come in handy in the future for new users.

By having a container image that contains all the required (or recommended) software to complete the workshop, users can focus more on the tasks instead of the setup.

Additionally if someone just wants to give macros a quick go, they won't have to "pollute" their system with extra packages.