Skip to content

Commit

Permalink
Removed unnecessary dependency from MicroROS build action image.
Browse files Browse the repository at this point in the history
  • Loading branch information
samyarsadat committed Jun 18, 2024
1 parent ca7c38e commit cf0fffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_images/microros_build_action/Dockerfile_latest
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ LABEL org.opencontainers.image.licenses=GPL-3.0

# Install dependencies
RUN apt-get update \
&& apt-get install -y git nano curl python3-pip \
&& apt-get install -y git curl python3-pip \
&& apt-get install -y cmake gcc g++ \
&& rm -rf /var/lib/apt/lists/* && apt-get autoremove && apt-get autoclean

0 comments on commit cf0fffb

Please sign in to comment.