Adds step in Dockerfile to include freedesktop.org.xml #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👋 I saw the terraforming-rails talk in person, and more recently the Ruby on Whales blogpost has been crucial in helping me setup Docker at my company, thank you!
I wanted to give back, the Dockerfile used in the blogpost now requires
freedesktop.org.xml
to install themimemagic
gem as theshared-mime-info
package is not installed on slim Docker images. It would be great to see a corresponding blog post update to help future Rails devs configure Docker for their Rails app without the mime headaches.See also: docker-library/ruby#344