Created
January 4, 2019 06:27
-
-
Save stevecrozz/b97671f9f79fcc447f3a1826e3e25080 to your computer and use it in GitHub Desktop.
Dockerfile.kramdown-original
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ruby:2.6-alpine | |
RUN gem install kramdown && \ | |
rm -R /usr/local/bundle/gems/kramdown-1.17.0/test/ && \ | |
rm -R /usr/local/bundle/gems/kramdown-1.17.0/doc/ && \ | |
rm -R /usr/local/bundle/cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ruby:2.6-alpine | |
RUN gem install kramdown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment