Skip to content

Commit

Permalink
fix: Renew argument for second stage
Browse files Browse the repository at this point in the history
  • Loading branch information
2b-t committed Mar 16, 2024
1 parent 9acc908 commit fc1a252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/ros/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ENV DEBIAN_FRONTEND=dialog
#####################
FROM base as dev

ARG CATKIN_WORKSPACE_DIR="/catkin_ws"
ARG USERNAME="developer"
ARG UID=1000
ARG GID=1000
Expand Down
1 change: 1 addition & 0 deletions templates/ros2/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ENV DEBIAN_FRONTEND=dialog
#####################
FROM base as dev

ARG AMENT_WORKSPACE_DIR="/ament_ws"
ARG USERNAME="developer"
ARG UID=1000
ARG GID=1000
Expand Down

0 comments on commit fc1a252

Please sign in to comment.