From 9f48ee888886bf4970a2b6290f81f976692d2c9a Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 2 Jul 2024 22:05:22 -0400 Subject: [PATCH] add tomli dependency --- bookworm/Dockerfile | 1 + bullseye/Dockerfile | 1 + 2 files changed, 2 insertions(+) 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 \