Typo fix.
[open-adventure.git] / Dockerfile.ci
1 # This image is built by the Gitlab CI pipeline to be used in subsequent
2 # pipeline steps.
3 # SPDX-FileCopyrightText: (C) Eric S. Raymond <esr@thyrsus.com>
4 # SPDX-License-Identifier: BSD-2-Clause
5
6 FROM ubuntu
7
8  # tell apt not to ask for any user input
9 ENV DEBIAN_FRONTEND=noninteractive
10
11 RUN apt-get update
12 RUN apt-get install --yes --no-install-recommends make gcc libedit-dev libasan6 libubsan1 python3 python3-yaml lcov asciidoctor libxslt1.1 pkg-config docbook-xml xsltproc