Skip to content

Commit

Permalink
use correct images
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-labs committed Jul 25, 2024
1 parent 5c14f82 commit d98e9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN --mount=type=bind,source=.,target=/scenario_execution \
tk \
libgl1 && \
xargs -a /scenario_execution/deb_requirements.txt apt-get install -y --no-install-recommends && \
rosdep update --rosdistro=humble && \
rosdep install --rosdistro=humble --from-paths /scenario_execution/ --ignore-src -r -y && \
rosdep update --rosdistro=${ROS_DISTRO} && \
rosdep install --rosdistro=${ROS_DISTRO} --from-paths /scenario_execution/ --ignore-src -r -y && \
rm -rf /var/lib/apt/lists/*

# hadolint ignore=DL3042
Expand Down

0 comments on commit d98e9f4

Please sign in to comment.