Skip to content

Commit

Permalink
Add undeclared dependency on rsync from librealsense2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahShadow authored and hemalshahNV committed Oct 20, 2021
1 parent d1e5562 commit f9c60a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.aarch64.base
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
RUN apt update \
&& apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE \
&& add-apt-repository -y "deb https://librealsense.intel.com/Debian/apt-repo bionic main" -u \
&& apt-get install -y librealsense2-utils librealsense2-dev

&& apt-get install -y rsync librealsense2-utils librealsense2-dev \
&& rm -rf /var/lib/apt/lists/*

# Update environment
ENV LD_LIBRARY_PATH="/opt/nvidia/vpi1/lib64:${LD_LIBRARY_PATH}"
Expand Down

0 comments on commit f9c60a0

Please sign in to comment.