mirror of https://github.com/sm64pc/sm64pc.git
Update Dockerfile (#511)
Co-authored-by: Chris Spearman <cspearman@messagebroadcast.com>
This commit is contained in:
parent
db9a6345ba
commit
03f0199c8f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue