From b608435991588a911b1a619e4b5c26355e0803c2 Mon Sep 17 00:00:00 2001 From: Kyle Speight Date: Fri, 29 May 2026 23:28:22 -0700 Subject: [PATCH] Update Dockerfile --- installers/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/ubuntu/Dockerfile b/installers/ubuntu/Dockerfile index 9e658ea..e457ccd 100644 --- a/installers/ubuntu/Dockerfile +++ b/installers/ubuntu/Dockerfile @@ -31,4 +31,4 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt update \ && apt upgrade -y \ - && apt -y --no-install-recommends install ca-certificates curl git unzip zip tar jq + && apt -y --no-install-recommends install ca-certificates curl git unzip zip tar jq sudo