Skip to content

Commit

Permalink
fix: typro error in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Mar 30, 2024
1 parent 1a236fc commit a38b70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN sudo apt update && apt install python3-pip -y && echo "" >> /root/.bashrc &&
&& pio pkg install --global --tool "platformio/tool-mkspiffs" \
&& pio pkg install --global --tool "platformio/tool-mklittlefs"

RUN sudo apt update && apt install ros-humble-ros-bash -y
RUN sudo apt update && apt install ros-humble-ros-base -y

RUN sudo apt update && sudo apt install -y \
build-essential \
Expand Down

0 comments on commit a38b70c

Please sign in to comment.