mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Related to ticket #1082, this adds support for asciidoc macros to emulate macros from qbk. Macro support is documented at https://github.com/cppalliance/asciidoctor-boost/
This commit is contained in:
@@ -38,7 +38,7 @@ FROM python:3.11-slim AS release
|
||||
RUN apt update && apt install -y git libpq-dev ruby ruby-dev && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Asciidoctor
|
||||
RUN gem install asciidoctor
|
||||
RUN gem install asciidoctor asciidoctor-boost
|
||||
|
||||
# Boostrap uv.
|
||||
RUN pip install 'uv>=0.2.27,<0.3'
|
||||
|
||||
Reference in New Issue
Block a user