Update Dockerfile (#511)

Co-authored-by: Chris Spearman <cspearman@messagebroadcast.com>
This commit is contained in:
Chris S 2022-11-19 12:13:18 -08:00 committed by GitHub
parent db9a6345ba
commit 03f0199c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ RUN apt-get update && \
build-essential \
libaudiofile-dev \
python3 \
wget
wget \
git \
libglew-dev \
libsdl2-dev
RUN wget \
https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb \