diff --git a/bookworm/Dockerfile b/bookworm/Dockerfile index 99c55ef..1bce5a7 100644 --- a/bookworm/Dockerfile +++ b/bookworm/Dockerfile @@ -18,6 +18,7 @@ RUN set -x \ ninja-build \ build-essential \ python3-venv \ + python3-tomli \ flex \ bison \ libaio-dev \ diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index f95c64e..f91612f 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -18,6 +18,7 @@ RUN set -x \ ninja-build \ build-essential \ python3-venv \ + python3-tomli \ flex \ bison \ libaio-dev \