docker-webhook icon indicating copy to clipboard operation
docker-webhook copied to clipboard

/bin/sh is missing from the image

Open emhl opened this issue 1 year ago • 0 comments

since the image basically just contains the webhook binary since 8a025d2, all programs that aren't a single binary can't be executed by a webhook without modification of the image. this includes all shell scripts.

not having a package manager included complicates building upon this image as well.

emhl avatar Nov 15 '24 01:11 emhl