Skip to content

Commit a181fa1

Browse files
committed
fix [Dockerfile.l4t-humble]: Install ZED tools dependencies
1 parent a8a1502 commit a181fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.l4t-humble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN echo "# R${L4T_MAJOR} (release), REVISION: ${L4T_MINOR}" > /etc/nv_tegra_rel
6464
pip install protobuf && \
6565
wget -q --no-check-certificate -O ZED_SDK_Linux_JP.run \
6666
${ZED_SDK_URL} && \
67-
chmod +x ZED_SDK_Linux_JP.run ; ./ZED_SDK_Linux_JP.run silent skip_tools && \
67+
chmod +x ZED_SDK_Linux_JP.run ; ./ZED_SDK_Linux_JP.run silent && \
6868
rm -rf /usr/local/zed/resources/* && \
6969
rm -rf ZED_SDK_Linux_JP.run && \
7070
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)