mirror of
https://github.com/n64decomp/sm64
synced 2026-05-07 06:38:25 +00:00
Add missing package that fixes breakage
This commit is contained in:
parent
daea151020
commit
8f2061861d
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue