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
4 FROM ubuntu:focal
5
6  # tell apt not to ask for any user input
7 ENV DEBIAN_FRONTEND=noninteractive
8
9 RUN apt-get update
10 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