Skip to content

Commit

Permalink
Auto-confirm bundle install in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <mhidalgo@theaiinstitute.com>
  • Loading branch information
mhidalgo-bdai committed Feb 19, 2024
1 parent d593a1a commit c72a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN apt-get update -q && \
# Install bosdyn_msgs package
RUN curl -sL https://github.com/bdaiinstitute/bosdyn_msgs/releases/download/3.3.2/ros-humble-bosdyn_msgs_3.3.2-jammy_amd64.run --output /tmp/ros-humble-bosdyn_msgs_3.3.2-jammy_amd64.run --silent \
&& chmod +x /tmp/ros-humble-bosdyn_msgs_3.3.2-jammy_amd64.run \
&& /tmp/ros-humble-bosdyn_msgs_3.3.2-jammy_amd64.run \
&& ((yes || true) | /tmp/ros-humble-bosdyn_msgs_3.3.2-jammy_amd64.run) \
&& rm /tmp/ros-humble-bosdyn_msgs_3.3.2-jammy_amd64.run

# Install spot_cpp_sdk package
Expand Down

0 comments on commit c72a358

Please sign in to comment.