From 67144616dedad794e9e6aeea0bc438a73d3b52db Mon Sep 17 00:00:00 2001
From: Snoweuph <snow+git@euph.email>
Date: Wed, 29 Jan 2025 22:00:52 +0100
Subject: [PATCH] Redot Image Deps

---
 images/actions/redot/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/actions/redot/Dockerfile b/images/actions/redot/Dockerfile
index 5f90542..b6a158f 100644
--- a/images/actions/redot/Dockerfile
+++ b/images/actions/redot/Dockerfile
@@ -2,7 +2,7 @@ FROM git.euph.dev/actions/runner-basic:latest
 
 ARG PACKAGE_VERSION
 
-RUN apk add --no-cache \
+RUN sudo apk add --no-cache \
   scons \
   pkgconf \
   gcc \