Skip to content

Commit

Permalink
Upgrade Dockerfile for new alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeEscande authored and jessymallet committed May 24, 2024
1 parent 2486f11 commit 4d5762a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM alpine:latest

RUN apk add git
RUN apk add npm
RUN apk add ruby
RUN apk add ruby ruby-dev gcc g++ make

RUN mkdir /home/antora

Expand All @@ -33,6 +33,8 @@ RUN gem install asciidoctor-pdf
RUN gem install rouge
RUN gem install kramdown-asciidoc

RUN apk del ruby-dev gcc g++ make

ENV PATH="$PATH:/home/antora/node_modules/@antora/cli/bin/"

COPY --from=UI /usr/app/ui-bundle.zip .
Expand Down

0 comments on commit 4d5762a

Please sign in to comment.