Skip to content

Commit

Permalink
to: delete python3-penv
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Mar 31, 2024
1 parent 0eb68cf commit be203a1
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
@@ -1,7 +1,7 @@
FROM ros:humble-ros-base-jammy


RUN sudo apt update && apt install python3-pip python3-penv -y && echo "" >> /root/.bashrc && pip3 install -U PlatformIO esptool
RUN sudo apt update && apt install python3-pip -y && echo "" >> /root/.bashrc && pip3 install -U PlatformIO esptool

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

Expand Down

0 comments on commit be203a1

Please sign in to comment.