Skip to content

Commit

Permalink
fixup container script
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Sep 13, 2024
1 parent ef50fe0 commit 36d085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_component_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ then
make -C "${executable_src_path}" --no-print-directory --quiet container CONTAINER_REPO="${CONTAINER_REPO}" DRACON_VERSION="${DRACON_VERSION}"
else
dockerfile_template=""
if [[ -v "${BASE_IMAGE+x}" && -n "${BASE_IMAGE+x}" ]]
if [[ -n "${BASE_IMAGE+x}" ]]
then
echo "Using base image: ${BASE_IMAGE}"
dockerfile_template=$(cat "${containers_path}/Dockerfile.base.image")
Expand Down

0 comments on commit 36d085f

Please sign in to comment.