mirror of https://github.com/zeldaret/mm.git
Include `gcc-mips-linux-gnu` in the dockerfile
This commit is contained in:
parent
8ff236f60f
commit
6833c6d402
|
@ -14,6 +14,7 @@ RUN apt-get update && apt-get install -y curl && \
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
binutils-mips-linux-gnu \
|
binutils-mips-linux-gnu \
|
||||||
|
gcc-mips-linux-gnu \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
|
Loading…
Reference in New Issue