Skip to content

Commit 71cc9ea

Browse files
Install asciidoctor in build environment (#357)
This is required for building manpages from asciidoc. The darwin package currently doesn't ship crystal or shards manpages, so we don't need this there (yet). Related: crystal-lang/crystal#15536
1 parent 093081c commit 71cc9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apk add --no-cache \
2828
# Static compiler dependencies
2929
libffi-dev \
3030
# Build tools
31-
git gcc g++ make automake libtool autoconf bash coreutils curl
31+
git gcc g++ make automake libtool autoconf bash coreutils curl asciidoctor
3232

3333
ARG release
3434
ENV CFLAGS="-fPIC -pipe ${release:+-O2}"

0 commit comments

Comments
 (0)