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 7d8b3cb commit a3b05adCopy full SHA for a3b05ad
.devcontainer/Dockerfile
@@ -12,6 +12,10 @@ RUN apt update -y && apt install -y tzdata \
12
&& echo "America/Los_Angeles" > /etc/timezone \
13
&& ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
14
15
+# Un-minimize the system so we have manual pages, etc.
16
+RUN yes | unminimize && \
17
+ apt install -y man
18
+
19
# Install ROS2 Humble
20
RUN apt install -y software-properties-common \
21
&& add-apt-repository universe \
0 commit comments