Skip to content

Commit

Permalink
Merge pull request #2 from LeastAuthority/it-ops/406.docker-asciidoctor
Browse files Browse the repository at this point in the history
Switch to docker-asciidoctor image
  • Loading branch information
btlogy authored Jan 16, 2024
2 parents 54f6137 + 5e52af6 commit 3c9c643
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM ruby:2-alpine
FROM asciidoctor/docker-asciidoctor:1.60@sha256:0c8df5a7688303b70fb8db3bec25c19503d7232d38b61cfaef0c943e1722c018

RUN gem install asciidoctor asciidoctor-pdf asciidoctor-diagram rouge

RUN apk add --no-cache \
RUN apk add \
chromium \
nss \
freetype \
Expand Down

0 comments on commit 3c9c643

Please sign in to comment.