mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 13:17:10 +00:00
Base the container image on busybox:uclibc
This busybox version is statically linked and provide a shell, should you need one. It seems to be needed by the healthcheck command, so there it is.
This commit is contained in:
@@ -24,7 +24,7 @@ build_image() {
|
||||
trap cleanup ERR RETURN
|
||||
|
||||
# Prepare a scratch image
|
||||
work_container=$(buildah from --arch=${arch} scratch)
|
||||
work_container=$(buildah from --arch=${arch} busybox:uclibc)
|
||||
|
||||
# Copy CA certificates from alpine
|
||||
buildah copy --from alpine:edge \
|
||||
|
||||
Reference in New Issue
Block a user