codespace : add libpython3.11-dev

The PR  #2599 has added the new dependency chompjs. This dependency requires libpython3.11-dev.
This commit is contained in:
Alexandre Flament 2023-09-09 08:29:01 +02:00 committed by GitHub
parent 8e45ac4271
commit cf23ee8733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/base:debian FROM mcr.microsoft.com/devcontainers/base:debian
RUN apt-get update && \ 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