Add missing package that fixes breakage

This commit is contained in:
MisterSheeple 2023-11-08 01:38:01 +00:00 committed by GitHub
parent daea151020
commit 8f2061861d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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