Skip to content

Commit

Permalink
Fix terminal problem in newer buildx
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Neff <[email protected]>
  • Loading branch information
andyneff committed Nov 22, 2024
1 parent cd56c56 commit f920337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/just_files/just_docker_functions.bsh
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ function docker_defaultify()
# In 0.11 it was docker buildx build --invoke ...\ but I will not be supporting
# multiple experimental versions.
BUILDX_EXPERIMENTAL=1 Docker buildx debug --invoke /usr/bin/bash \
build ${build_args[@]+"${build_args[@]}"} \
build --progress=plain ${build_args[@]+"${build_args[@]}"} \
-f "${dockerfile}" \
"." # You can't use JUST_PROJECT_PREFIX+_CWD because of how terra works.

Expand Down

0 comments on commit f920337

Please sign in to comment.