mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
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:
parent
8e45ac4271
commit
cf23ee8733
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue