File tree Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Expand file tree Collapse file tree 3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 22
33from amd64/ros:dashing
44
5+ # setting proxy env --option
6+ # If needed, enable the below ENV setting by correct proxies.
7+ # ENV http_proxy=your_proxy
8+ # ENV https_proxy=your_proxy
9+
510# maintainer information
611LABEL maintainer=
"Pengqiang Li <[email protected] >" 712
@@ -26,7 +31,9 @@ RUN source /opt/intel/openvino_2021/bin/setupvars.sh
2631RUN apt-get install -y --no-install-recommends \
2732software-properties-common
2833# https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md
29- RUN apt-key adv --keyserver-options http-proxy=http://child-prc.intel.com:913/ --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options http-proxy=http://child-prc.intel.com:913/ --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
34+ # Make sure you set http-proxy in below commands if your environment needs.
35+ # RUN apt-key adv --keyserver-options http-proxy=your_proxy --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options http-proxy=your_proxy --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
36+ RUN apt-key adv --keyserver-options --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
3037RUN add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo bionic main" -u \
3138&& apt-get install -y --no-install-recommends \
3239librealsense2-dkms \
Original file line number Diff line number Diff line change 22
33from osrf/ros:foxy-desktop
44
5+ # setting proxy env --option
6+ # If needed, enable the below ENV setting by correct proxies.
7+ # ENV http_proxy=your_proxy
8+ # ENV https_proxy=your_proxy
9+
510# maintainer information
611LABEL maintainer=
"Pengqiang Li <[email protected] >" 712
@@ -22,7 +27,9 @@ RUN source /opt/intel/openvino_2021/bin/setupvars.sh
2227RUN apt-get install -y --no-install-recommends \
2328software-properties-common
2429# https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md
25- RUN apt-key adv --keyserver-options http-proxy=http://child-prc.intel.com:913/ --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options http-proxy=http://child-prc.intel.com:913/ --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
30+ # Make sure you set http-proxy in below commands if your environment needs.
31+ # RUN apt-key adv --keyserver-options http-proxy=your_proxy --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options http-proxy=your_proxy --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
32+ RUN apt-key adv --keyserver-options --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
2633RUN add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo focal main" -u \
2734&& apt-get install -y --no-install-recommends \
2835librealsense2-dkms \
Original file line number Diff line number Diff line change 33from osrf/ros:galactic-desktop
44
55# setting proxy env --option
6- ENV http_proxy=http://child-prc.intel.com:913
7- ENV https_proxy=http://child-prc.intel.com:913
6+ # If needed, enable the below ENV setting by correct proxies.
7+ # ENV http_proxy=your_proxy
8+ # ENV https_proxy=your_proxy
89
910# maintainer information
1011LABEL maintainer=
"Pengqiang Li <[email protected] >" @@ -26,7 +27,9 @@ RUN source /opt/intel/openvino_2021/bin/setupvars.sh
2627RUN apt-get install -y --no-install-recommends \
2728software-properties-common
2829# https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md
29- RUN apt-key adv --keyserver-options http-proxy=http://child-prc.intel.com:913/ --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options http-proxy=http://child-prc.intel.com:913/ --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
30+ # Make sure you set http-proxy in below commands if your environment needs.
31+ # RUN apt-key adv --keyserver-options http-proxy=your_proxy --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options http-proxy=your_proxy --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
32+ RUN apt-key adv --keyserver-options --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE || apt-key adv --keyserver-options --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
3033RUN add-apt-repository "deb https://librealsense.intel.com/Debian/apt-repo focal main" -u \
3134&& apt-get install -y --no-install-recommends \
3235librealsense2-dkms \
You can’t perform that action at this time.
0 commit comments