From 6833c6d402d23414c45233050e774d7728524775 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Thu, 31 Jul 2025 12:31:06 -0400 Subject: [PATCH] Include `gcc-mips-linux-gnu` in the dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0c6e3859ae..adab58223d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y curl && \ RUN apt-get update && apt-get install -y \ build-essential \ binutils-mips-linux-gnu \ + gcc-mips-linux-gnu \ pkg-config \ python3 \ python3-pip \