Skip to content

Commit

Permalink
bug: verify that dumb-init exists
Browse files Browse the repository at this point in the history
Verify that dumb-init exists and is non-zero size.

At some point a dumb-init package was creating a 0 length
file for dumb-init.
  • Loading branch information
rouilj committed Sep 26, 2024
1 parent 0fc1650 commit 8b2d7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ RUN apk --no-cache upgrade; \
install -U $upgrades < /dev/null; \
else \
echo "Nothing to pip update"; \
fi
fi; \
test -s /usr/bin/dumb-init

ARG source
ARG pythonversion
Expand Down

0 comments on commit 8b2d7fd

Please sign in to comment.