Add newlib to Docker image (#59)

This commit is contained in:
Matt Penny 2024-04-14 11:21:47 -04:00
parent a1c2cc5407
commit 86915350b8

View file

@ -18,6 +18,7 @@ RUN apt-get update -y && \
dpkg --add-architecture i386 && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
binutils-mips-n64 \
newlib-mips-n64 \
gcc-mips-n64 \
n64sdk \
makemask \