From ccd962cd26be735a058e24b140b67728adb113c5 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 25 Jul 2024 17:37:07 +0100 Subject: [PATCH] Added Ruby to Lime3DS environment --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index aea6e9c..d797c07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN apt-get install -y \ llvm-18 \ ninja-build \ python3-pip \ + ruby \ software-properties-common \ unzip \ zip \