Skip to content

Commit

Permalink
fix epubcheck
Browse files Browse the repository at this point in the history
and remove bsdextrautils. Not sure what that was for, everything still builds just fine without it.

See also:

* <takahashim/epubcheck-ruby#18>
* <asciidoctor/asciidoctor-epub3#404>
  • Loading branch information
meonkeys committed Jan 12, 2024
1 parent 9b49863 commit 5270a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ruby:3.2

RUN apt-get update \
&& apt-get --assume-yes --no-install-recommends install \
bsdextrautils \
epubcheck \
&& rm -rf /var/lib/apt/lists/*

ARG USER
Expand Down

0 comments on commit 5270a73

Please sign in to comment.