Skip to content

Commit

Permalink
remove ascidoctor-rouge gem since it's included into latest ascidocto… (
Browse files Browse the repository at this point in the history
#72)

remove ascidoctor-rouge dependency since it's included directly into
ascidoctor latest releases since version 2.0.0 as per
https://github.com/asciidoctor/asciidoctor/blob/main/CHANGELOG.adoc#200-2019-03-22---mojavelinux
  • Loading branch information
floryn90 authored Jan 8, 2024
2 parents 39a0e9a + af4401e commit f5f4ed1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/docker/alpine-ext/ext-asciidoctor.df
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ext-alpine AS main

RUN apk --no-cache add asciidoctor \
&& gem install coderay asciidoctor-rouge --no-document \
&& gem install coderay --no-document \
&& find /tmp -mindepth 1 -maxdepth 1 | xargs rm -rf


Expand Down
2 changes: 1 addition & 1 deletion src/docker/debian-ext/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN true \
#
# Install Asciidoctor
&& DEBIAN_FRONTEND=noninteractive apt install -y ruby \
&& gem install asciidoctor coderay asciidoctor-rouge --no-document \
&& gem install asciidoctor coderay --no-document \
#
# Cleaning up
&& apt remove -y curl gnupg apt-transport-https lsb-release python3-pip python3-setuptools python3-wheel \
Expand Down
2 changes: 1 addition & 1 deletion src/docker/ubuntu-ext/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN true \
#
# Install Asciidoctor
&& DEBIAN_FRONTEND=noninteractive apt install -y ruby \
&& gem install asciidoctor coderay asciidoctor-rouge --no-document \
&& gem install asciidoctor coderay --no-document \
#
# Cleaning up
&& apt remove -y curl gnupg apt-transport-https lsb-release python3-pip python3-setuptools python3-wheel \
Expand Down

0 comments on commit f5f4ed1

Please sign in to comment.