Skip to content

Commit 2cef6b0

Browse files
committed
Update Dockerfile
1 parent 9ab85ba commit 2cef6b0

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ ARG USER_UID=1000
55
ARG USER_GID=$USER_UID
66

77
ENV DEBIAN_FRONTEND=noninteractive
8-
9-
RUN apt-key del F42ED6FBAB17C654 && \
10-
mkdir -p /etc/apt/keyrings && \
11-
curl -fsSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key | gpg --dearmor | sudo tee /etc/apt/keyrings/ros-archive-keyring.gpg > /dev/null && \
12-
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu noble main" | sudo tee /etc/apt/sources.list.d/ros2.list && \
13-
rm /etc/apt/sources.list.d/ros2-latest.list 2>/dev/null || true
14-
158
RUN userdel $(getent passwd 1000 | cut -d: -f1)
169
RUN groupadd --gid $USER_GID $USERNAME \
1710
&& useradd --uid $USER_UID --gid $USER_GID -m $USERNAME \

0 commit comments

Comments
 (0)