Skip to content

Commit 353165a

Browse files
EzraBrooksshaur-k
authored andcommitted
Add valid default for container base image
This is the default used by the wrapper script that calls this, so I've copied it here so that it stops throwing annoying warnings and should work out-of-box when building this Dockerfile without the launch script.
1 parent c5d27f7 commit 353165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
# Specify the MoveIt Pro release to build on top of.
9-
ARG MOVEIT_STUDIO_BASE_IMAGE
9+
ARG MOVEIT_STUDIO_BASE_IMAGE=picknikciuser/moveit-studio:${STUDIO_DOCKER_TAG:-main}
1010
ARG USERNAME=studio-user
1111
ARG USER_UID=1000
1212
ARG USER_GID=1000

0 commit comments

Comments
 (0)