We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cba0793 + 7deae54 commit 32294f2Copy full SHA for 32294f2
Dockerfile
@@ -56,6 +56,8 @@ RUN gem install bundler:2.4.22
56
57
RUN bundle config --global build.nokogiri --use-system-libraries
58
59
+RUN dpkg -i https://github.com/jgm/pandoc/releases/download/3.1.12.1/pandoc-3.1.12.1-linux-amd64.tar.gz
60
+
61
WORKDIR /data/github-markup
62
COPY github-markup.gemspec .
63
COPY Gemfile .
Gemfile
@@ -16,3 +16,4 @@ gem "wikicloth", "=0.8.3"
16
gem 'asciidoctor', '~> 2.0', '>= 2.0.21'
17
gem 'rake', '~> 13.1'
18
gem 'pandoc-ruby', '~> 2.1', '>= 2.1.10'
19
0 commit comments