mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
.DS_Store and Dockerfile
This commit is contained in:
parent
deaebdf713
commit
09ce229908
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ papermario/audio
|
|||||||
papermario/build/
|
papermario/build/
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
.DS_Store
|
||||||
|
@ -9,7 +9,11 @@ RUN apt-get update && \
|
|||||||
python3-pip \
|
python3-pip \
|
||||||
wget \
|
wget \
|
||||||
git \
|
git \
|
||||||
unzip
|
unzip \
|
||||||
|
nano \
|
||||||
|
libcapstone-dev \
|
||||||
|
libyaml-dev \
|
||||||
|
zlib1g-dev
|
||||||
|
|
||||||
RUN wget \
|
RUN wget \
|
||||||
https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb \
|
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
Block a user