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 6142531 commit a07ac1dCopy full SHA for a07ac1d
Dockerfile
@@ -1,5 +1,5 @@
1
ARG ROS_DISTRO=jazzy
2
-FROM --platform=linux/arm64/v8 ros:$ROS_DISTRO-ros-base
+FROM ros:$ROS_DISTRO-ros-base
3
4
RUN rm /var/lib/dpkg/info/libc-bin.* \
5
&& apt-get clean \
0 commit comments