Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Jul 24, 2024
1 parent 26db5fd commit 6b518ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
ARG ROS_DISTRO=humble
ARG PREFIX=
ARG MYDISTRO=ros

FROM husarnet/ros:${PREFIX}${ROS_DISTRO}-ros-base AS robot-models-builder
SHELL ["/bin/bash", "-c"]

ARG ROS_DISTRO
ARG PREFIX
ARG MYDISTRO

WORKDIR /ros2_ws/src

Expand Down

0 comments on commit 6b518ef

Please sign in to comment.