Skip to content

Commit 90acbd8

Browse files
fix: add missing git package installation in Dockerfile
1 parent 376d118 commit 90acbd8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ RUN apt-get update && \
88
libmagic1 \
99
libgl1 \
1010
libglx-mesa0 \
11+
libgomp1 \
1112
libreoffice \
1213
cmake \
1314
poppler-utils \
14-
tesseract-ocr && \
15+
tesseract-ocr \
16+
git && \
1517
apt-get clean && \
1618
rm -rf /var/lib/apt/lists/*
1719

0 commit comments

Comments
 (0)