2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-01-27 07:02:11 +00:00
Files
mysql/tools/docker/build-docs.dockerfile
Anarthal (Rubén Pérez) 6d08247bab Migrate docs to pydocca
Improved reference docs linkage and fixed several formatting issues
Removed obsolete performance warning about close_statement

close #334
2024-09-06 16:38:38 +02:00

16 lines
405 B
Docker

#
# Copyright (c) 2019-2024 Ruben Perez Hidalgo (rubenperez038 at gmail dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
FROM ubuntu:22.04
COPY tools/docker/install_build_docs.sh /
ENV DOCBOOK_DTD_DIR=/opt/docbook-dtd
ENV DOCBOOK_XSL_DIR=/opt/docbook-xsl
RUN bash install_build_docs.sh