X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Dockerfile.ci;h=b8eeef58e2f40f3ab93f2cae4243bfd90ed17c9f;hb=43a08621e4404bb47e3bde1d0b6c12bf79d7066e;hp=8a2c8bbc2c61f06d770f44658b2cc4e4574c4d46;hpb=25230068fe3afb9d1faa9c606413784294700cef;p=open-adventure.git diff --git a/Dockerfile.ci b/Dockerfile.ci index 8a2c8bb..b8eeef5 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -1,6 +1,6 @@ # This image is built by the Gitlab CI pipeline to be used in subsequent # pipeline steps. -# SPDX-FileCopyrightText: Eric S. Raymond +# SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause FROM ubuntu @@ -9,4 +9,4 @@ FROM ubuntu ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update -RUN apt-get install --yes --no-install-recommends make gcc-10 libedit-dev libasan6 libubsan1 python3 python3-yaml lcov asciidoc libxslt1.1 pkg-config docbook-xml xsltproc +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