Skip to content

Commit

Permalink
docker: fix hanging curl calls during build
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed May 28, 2024
1 parent d090822 commit bcb5ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obs-docker-support
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ curl() {
;;
-O)
oopt=true
shift
;;
*)
cmd[${#cmd[@]}]="$1"
Expand Down

0 comments on commit bcb5ff0

Please sign in to comment.