Skip to content

Commit

Permalink
Unminimze the devcontainer so manuals are availble.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-matera committed Oct 10, 2024
1 parent 7d8b3cb commit a3b05ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ RUN apt update -y && apt install -y tzdata \
&& echo "America/Los_Angeles" > /etc/timezone \
&& ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime

# Un-minimize the system so we have manual pages, etc.
RUN yes | unminimize && \
apt install -y man

# Install ROS2 Humble
RUN apt install -y software-properties-common \
&& add-apt-repository universe \
Expand Down

0 comments on commit a3b05ad

Please # to comment.