We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30575a8 commit bcfd3e1Copy full SHA for bcfd3e1
.devcontainer/Dockerfile
@@ -2,6 +2,7 @@ FROM mcr.microsoft.com/devcontainers/python:3.11
2
3
RUN apt-get update && apt-get install -y \
4
gettext appstream pkg-config libcairo2-dev gir1.2-gtk-3.0 \
5
+ gir1.2-gexiv2-0.10 gir1.2-osmgpsmap-1.0 \
6
libgirepository1.0-dev libicu-dev libopencv-dev tesseract-ocr \
7
tesseract-ocr-all gir1.2-pango-1.0 \
8
&& rm -rf /var/lib/apt/lists/*
0 commit comments