diff options
Diffstat (limited to 'Containerfile.ci-bht')
| -rw-r--r-- | Containerfile.ci-bht | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Containerfile.ci-bht b/Containerfile.ci-bht new file mode 100644 index 0000000..b96e401 --- /dev/null +++ b/Containerfile.ci-bht @@ -0,0 +1,5 @@ +FROM docker.io/library/ubuntu:questing + +RUN apt update && \ + apt install -y --no-install-recommends build-essential cmake gcovr ninja-build lcov libcatch2-dev && \ + rm -rf /var/lib/apt/lists/* |
