Skip to content

Commit f27928e

Browse files
authored
[PLT-0] Update image with correct dependencies (#1556)
1 parent e01f8b5 commit f27928e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
1414
curl \
1515
inotify-tools \
1616
make \
17+
# cv2
18+
libsm6 \
19+
libxext6 \
20+
ffmpeg \
21+
libfontconfig1 \
22+
libxrender1 \
23+
libgl1-mesa-glx \
24+
libgeos-dev \
25+
gcc \
1726
&& rm -rf /var/lib/apt/lists/*
1827

1928
RUN groupadd --gid 1000 python && \

0 commit comments

Comments
 (0)