Update Dockerfile

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
2025-12-28 18:12:26 +00:00
committed by GitHub
parent 6025502848
commit d74af25d5e

View File

@@ -20,7 +20,7 @@ FROM alpine:3.19
# Install file command for testing init binary
# file package provides the file(1) command to determine file type
RUN apk add --no-cache file || true
RUN apk add --no-cache file
# Note: Alpine includes busybox by default