Skip to content

Instantly share code, notes, and snippets.

@stevecrozz
Created January 4, 2019 06:27
Show Gist options
  • Save stevecrozz/b97671f9f79fcc447f3a1826e3e25080 to your computer and use it in GitHub Desktop.
Save stevecrozz/b97671f9f79fcc447f3a1826e3e25080 to your computer and use it in GitHub Desktop.
Dockerfile.kramdown-original
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/
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