diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-05-07 10:10:59 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-05-07 10:10:59 +0200 |
| commit | c9ba42a4ed3e98bc7936e07e1653103bac611861 (patch) | |
| tree | 16695ffec1ead81b226f411ac6ad22936d28aa43 /Containerfile.ci-bht | |
| parent | 3fff4803a38c9e3ae22844319d6392e96ee7042e (diff) | |
| download | toolchains-c9ba42a4ed3e98bc7936e07e1653103bac611861.tar.xz toolchains-c9ba42a4ed3e98bc7936e07e1653103bac611861.zip | |
gdb: enable python scripting
Diffstat (limited to 'Containerfile.ci-bht')
| -rw-r--r-- | Containerfile.ci-bht | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Containerfile.ci-bht b/Containerfile.ci-bht index b96e401..304125b 100644 --- a/Containerfile.ci-bht +++ b/Containerfile.ci-bht @@ -1,5 +1,5 @@ -FROM docker.io/library/ubuntu:questing +FROM docker.io/library/ubuntu:resolute RUN apt update && \ - apt install -y --no-install-recommends build-essential cmake gcovr ninja-build lcov libcatch2-dev && \ + apt install -y --no-install-recommends acpica-tools build-essential cmake doxygen gcovr ninja-build lcov libcatch2-dev && \ rm -rf /var/lib/apt/lists/* |
