We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3125a7a commit bca922cCopy full SHA for bca922c
.devcontainer/Dockerfile
@@ -1,16 +1,13 @@
1
# syntax=docker/dockerfile:1.2
2
ARG ROS_DISTRO="rolling"
3
-FROM ros:${ROS_DISTRO}-ros-base AS system
+FROM osrf/ros2:testing AS system
4
# Restate for later use
5
ARG ROS_DISTRO
6
RUN rm /ros_entrypoint.sh
7
8
# prevent interactive messages in apt install
9
ARG DEBIAN_FRONTEND=noninteractive
10
11
-# Switch to ros-testing
12
-RUN echo "deb http://packages.ros.org/ros2-testing/ubuntu $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/ros2-latest.list
13
-
14
# install build dependencies
15
RUN --mount=type=cache,target=/var/cache/apt,id=apt \
16
apt-get update && apt-get upgrade -y --with-new-pkgs \
0 commit comments