Skip to content

Commit

Permalink
Merge branch 'rst-pandoc' into fuzzwah-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzwah committed Feb 28, 2024
2 parents cba0793 + 7deae54 commit 32294f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ RUN gem install bundler:2.4.22

RUN bundle config --global build.nokogiri --use-system-libraries

RUN dpkg -i https://github.com/jgm/pandoc/releases/download/3.1.12.1/pandoc-3.1.12.1-linux-amd64.tar.gz

WORKDIR /data/github-markup
COPY github-markup.gemspec .
COPY Gemfile .
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ gem "wikicloth", "=0.8.3"
gem 'asciidoctor', '~> 2.0', '>= 2.0.21'
gem 'rake', '~> 13.1'
gem 'pandoc-ruby', '~> 2.1', '>= 2.1.10'

0 comments on commit 32294f2

Please sign in to comment.