Skip to content

Commit bcfd3e1

Browse files
committed
Devcontainer: Add missing apt installs
1 parent 30575a8 commit bcfd3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM mcr.microsoft.com/devcontainers/python:3.11
22

33
RUN apt-get update && apt-get install -y \
44
gettext appstream pkg-config libcairo2-dev gir1.2-gtk-3.0 \
5+
gir1.2-gexiv2-0.10 gir1.2-osmgpsmap-1.0 \
56
libgirepository1.0-dev libicu-dev libopencv-dev tesseract-ocr \
67
tesseract-ocr-all gir1.2-pango-1.0 \
78
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)