From cf23ee873373917435e087e46590efe36d3ac2ba Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 9 Sep 2023 08:29:01 +0200 Subject: [PATCH] codespace : add libpython3.11-dev The PR #2599 has added the new dependency chompjs. This dependency requires libpython3.11-dev. --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9e5871918..ac48ff363 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ FROM mcr.microsoft.com/devcontainers/base:debian RUN apt-get update && \ - apt-get -y install python3 python3-venv redis firefox-esr graphviz imagemagick librsvg2-bin fonts-dejavu shellcheck + apt-get -y install python3 python3-venv libpython3.11-dev redis firefox-esr graphviz imagemagick librsvg2-bin fonts-dejavu shellcheck