Skip to content

Commit

Permalink
Clean dockerfile args
Browse files Browse the repository at this point in the history
  • Loading branch information
chancecardona committed Oct 22, 2024
1 parent 6facf49 commit e5f5eb6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

# Specify the MoveIt Pro release to build on top of.
ARG MOVEIT_STUDIO_BASE_IMAGE
ARG USERNAME=studio-user
ARG USER_UID=1000
ARG USER_GID=1000
ENV MOVEIT_STUDIO_BASE_IMAGE=MOVEIT_STUDIO_BASE_IMAGE

##################################################
# Starting from the specified MoveIt Pro release #
Expand All @@ -22,7 +20,6 @@ FROM ${MOVEIT_STUDIO_BASE_IMAGE} AS base
ARG USERNAME
ARG USER_UID
ARG USER_GID

# Copy source code from the workspace's ROS 2 packages to a workspace inside the container
ARG USER_WS=/home/${USERNAME}/user_ws
ENV USER_WS=${USER_WS}
Expand Down

0 comments on commit e5f5eb6

Please sign in to comment.