Skip to content

Commit

Permalink
Merge pull request #3469 from twz123/rm-cidfile
Browse files Browse the repository at this point in the history
Remove cid file before invoking docker build
  • Loading branch information
twz123 authored Sep 13, 2023
2 parents 9007e72 + 1cc346a commit 3368d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embedded-bins/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ $(addprefix $(bindir)/, $(bins)): | $(bindir)
docker export $$(cat $<) | tar -C $(dir $(bindir)) -xv bin/$(notdir $@) && touch $@

build_docker_container = \
rm -f -- '$@'; \
docker create --cidfile='$@' --entrypoint=/dev/null '$(shell cat -- $<)'

.container.%: .docker-image.%.stamp
Expand Down

0 comments on commit 3368d8e

Please sign in to comment.