We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 918deab + 38a8977 commit a1bfd2bCopy full SHA for a1bfd2b
Dockerfile
@@ -146,7 +146,7 @@ RUN apk add --no-cache --virtual .rubymakedepends \
146
"chunky_png:${CHUNKY_PNG_VERSION}" \
147
&& apk del -r --no-cache .rubymakedepends \
148
# Fixes an issue with 2 nokogiri versions breaking asciidoctor-epub3 on arm64
149
- && if [[ ${TARGETARCH} == arm64 ]]; then gem uninstall nokogiri -v '1.16.0'; fi
+ && if [ "$TARGETARCH" = "arm64" ]; then gem uninstall nokogiri -v '> 1.14'; fi
150
151
# Specific pipx environement variables to ensure binaries (and docs, etc.) are available for all users
152
# See https://github.com/pypa/pipx/blob/main/docs/installation.md#installation-options
0 commit comments