Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
for Vivlostyle.
  • Loading branch information
huideyeren authored Mar 23, 2024
1 parent 5c290c7 commit 6272fdb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ RUN mkdir -p /usr/share/man/man1 && \

RUN git clone https://github.com/rbenv/ruby-build.git && \
PREFIX=/usr/local ./ruby-build/install.sh && \
ruby-build 3.1.2 /usr/local
ruby-build 3.2.3 /usr/local

RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc && \
gem update && \
gem install pandoc2review
gem update

RUN which pandoc2review

Expand All @@ -110,7 +109,7 @@ RUN mkdir /java && \

RUN apt install -y gnupg && apt clean && \
curl -sL https://deb.nodesource.com/setup_lts.x | bash - && \
apt install -y nodejs && apt-get clean && \
apt install -y nodejs poppler-utils libgbm-dev && apt-get clean && \
npm install -g yarn textlint-plugin-review \
textlint-rule-preset-japanese \
textlint-rule-general-novel-style-ja \
Expand Down

0 comments on commit 6272fdb

Please sign in to comment.