From 424eb89c004b632bb526075f847b375c26ba4bec Mon Sep 17 00:00:00 2001 From: Astound Date: Thu, 17 Jul 2025 20:49:32 -0500 Subject: [PATCH] Add patch package --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c3bcaf5..7b6fc5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install --no-install-reco npm \ openssh-client \ passwd \ + patch \ pipx \ python3 \ python3-pip \