From a16415f56ee71713990a528dacb9c251664f834a Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 29 Jan 2025 23:28:51 +0100 Subject: [PATCH] Redot Image - Fix Segfault --- 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 273a1ab..55cdab3 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 -# fontconfig and udev are not needed in ci, and will segfault +# fontconfig and eudev-udev are not needed in ci, and will segfault RUN sudo apk add --no-cache \ scons \ pkgconf \