forked from n64decomp/mk64
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
277 additions
and
469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
FROM ubuntu:22.04 as build | ||
FROM ubuntu:24.04 as build | ||
|
||
RUN apt-get update && \ | ||
DEBIAN_FRONTEND=noninteractive apt-get install -y \ | ||
apt-get upgrade -y && \ | ||
apt-get install -y \ | ||
binutils-mips-linux-gnu \ | ||
build-essential \ | ||
cmake \ | ||
git \ | ||
libaudiofile-dev \ | ||
libcapstone-dev \ | ||
git \ | ||
pkg-config \ | ||
python3 \ | ||
wget \ | ||
zlib1g-dev | ||
|
||
RUN mkdir /mk64 | ||
WORKDIR /mk64 | ||
|
||
CMD echo 'Usage: docker run -it --rm -v ${PWD}:/mk64 mk64 make\n'\ | ||
CMD echo 'Usage: docker run --rm -v ${PWD}:/mk64 mk64 make\n'\ | ||
'See https://github.com/n64decomp/mk64/blob/master/README.md for more information' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.