File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ RUN find dist-newstyle \
60
60
-exec strip '{}' ';' \
61
61
-exec cp '{}' /usr/local/bin/ ';'
62
62
63
+ # Ensure the file exists
64
+ RUN touch /usr/local/bin/pandoc-crossref
65
+
63
66
# Minimal ###############################################################
64
67
FROM alpine:$base_image_version AS alpine-minimal
65
68
ARG pandoc_version=edge
Original file line number Diff line number Diff line change @@ -132,6 +132,10 @@ without_crossref=
132
132
if [ " $stack " = " static" ]; then
133
133
extra_packages=
134
134
without_crossref=true
135
+ elif [ " $stack " = " alpine" ] && [ " $pandoc_commit " = " main" ]; then
136
+ # There's some kind of issue with pandoc-crossref on Alpine
137
+ extra_packages=
138
+ without_crossref=true
135
139
fi
136
140
137
141
# # The pandoc-cli package did not exist pre pandoc 3.
You can’t perform that action at this time.
0 commit comments