Include `gcc-mips-linux-gnu` in the dockerfile

This commit is contained in:
Anghelo Carvajal 2025-07-31 12:31:06 -04:00
parent 8ff236f60f
commit 6833c6d402
1 changed files with 1 additions and 0 deletions

View File

@ -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 \