Skip to content

Commit 8fe1cf5

Browse files
Include key fix in docker from PR Unity-Technologies#59
1 parent 0740094 commit 8fe1cf5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ros2_docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ENV ROS_DISTRO=galactic
88
ENV GROUP_NAME=ros
99
ENV WS_NAME=colcon_ws
1010

11+
RUN wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
12+
1113
RUN echo "Set disable_coredump false" >> /etc/sudo.conf
1214
RUN apt-get update -q && \
1315
apt-get upgrade -yq && \

0 commit comments

Comments
 (0)