Open sivaprasadreddy opened 8 months ago
gem list nokogiri
*** LOCAL GEMS ***
nokogiri (1.16.5 aarch64-linux, 1.13.10)
asciidoctor-fb2-0.7.0 depends on fb2rb (>= 0.6, < 0.8)
fb2rb-0.7.0 depends on nokogiri (>= 1.10, < 1.14)
Using fb2rb
0.8.0 could fix this issue but there is no asciidoctor-fb2
using this.
As a fix, the asciidoctor-fb2
should be removed on arm64
instead of nokogiri
only: https://github.com/asciidoctor/docker-asciidoctor/blob/d16e85e04c46ed02414565aa26b67a809f4c64c1/Dockerfile#L139
Or change the nokogiri version to remove to like '> 1.14' because the installed version is 1.16.5
and not 1.16.0
and this version will not removed.
gem uninstall nokogiri -v '> 1.14'
Is there a workaround? Quite an annoying problem that is not being solved yet
I'm having the same issue with the latest docker image
Provide my working/tested solution from https://github.com/barthel/docker-asciidoctor/blob/82cb8bde849fa0cf532c4b8ac51299609a58b854/Dockerfile#L257
(reopening until we have confirmation the problem is fixed for everyone)
Hi @sivaprasadreddy @igr @dunyakirkali ! Thanks to @barthel 's contribution, a first fix has been issued: can you tell us if the version 1.77.0
(released today with the aforementioned fix) is working for you or not please?
1.77.0
works now.
Thank you so much!
I am using docker-asciidoctor to generate PDF, HTML an EPUB formats and it was working fine until 1.63 version.
When I try to upgrade docker-asciidoctor version to 1.64 or any newer, I am getting the following error ONLY FOR EPUB: