-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from dduportal/adoc-gem-and-156
Asciidoctor upgraded to 1.5.6.1
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,10 @@ FROM alpine:3.6 | |
|
||
LABEL MAINTAINERS="Guillaume Scheibel <[email protected]>, Damien DUPORTAL <[email protected]>" | ||
|
||
# Check https://pkgs.alpinelinux.org/packages?name=asciidoctor&branch=&repo=&arch=&maintainer= | ||
ENV ASCIIDOCTOR_VERSION="1.5.5-r1" | ||
ARG ASCIIDOCTOR_VERSION="1.5.6.1" | ||
ENV asciidoctor_version=${ASCIIDOCTOR_VERSION} | ||
|
||
RUN apk add --no-cache \ | ||
asciidoctor="${ASCIIDOCTOR_VERSION}" \ | ||
bash \ | ||
curl \ | ||
ca-certificates \ | ||
|
@@ -28,6 +27,7 @@ RUN apk add --no-cache \ | |
python2-dev \ | ||
py2-pip \ | ||
ruby-dev \ | ||
&& gem install --no-document asciidoctor --version "${asciidoctor_version}" \ | ||
&& gem install --no-document asciidoctor-epub3 --version 1.5.0.alpha.7 \ | ||
&& gem install --no-document asciidoctor-pdf --version 1.5.0.alpha.15 \ | ||
&& gem install --no-document epubcheck --version 3.0.1 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters