diff --git a/Dockerfile b/Dockerfile index 84f4a868..51cc559f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM ubuntu:22.04 as build RUN apt-get update && \ apt-get install -y \ binutils-mips-linux-gnu \ + bsdextrautils \ build-essential \ git \ pkgconf \