From d74af25d5e4334f1ecd4a1deb37d7193d5500130 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Sun, 28 Dec 2025 18:12:26 +0000 Subject: [PATCH] Update Dockerfile Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 25ab110..dfc6c47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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