summaryrefslogtreecommitdiff
path: root/Dockerfile
AgeCommit message (Collapse)Author
2026-02-25Update README and build instructions (#2704)Dragorn421
* Remove libpng from requirements * Remove unnecessary packages from dockerfile * Update README * update binutils and gcc versions in macos build instructions
2025-01-28Fix /bin/bash -> /usr/bin/env bash (#2448)Sirius902
* Fix /bin/bash -> /usr/bin/env bash * Add curl to docker container
2024-12-15Docker Build Change Proposal (#2373)ptweezy
* removing due to deprecation * addressing docker build console issues, updating to latest LTS ubuntu, addressing Ubuntu + Python .venv requirements, standardizing environment * Update Dockerfile * proposed docker build changes * improving parallel build * removing * keep image open after build * updating based on feedback * update * fixed typo * revert --------- Co-authored-by: BuildTools <unconfigured@null.spigotmc.org> Co-authored-by: Parker <parker@runforyour.money>
2024-12-15Dockerfile Update (#2372)ptweezy
* removing due to deprecation * addressing docker build console issues, updating to latest LTS ubuntu, addressing Ubuntu + Python .venv requirements, standardizing environment * Update Dockerfile --------- Co-authored-by: BuildTools <unconfigured@null.spigotmc.org> Co-authored-by: Parker <parker@runforyour.money>
2024-10-28Missing python3-venv in Dockerfile (#2282)Maciek
2023-07-31Mapfile Parser (#1518)Derek Hensley
* mapfile parser * Fix copy error * PR reveiw * Package versioning * Fix install message
2022-08-28Docker fixes (#1357)Lauri Koskela
* Update Dockerfile to Ubuntu 22.04 * Fix git directory ownership check with docker build * Add .dockerignore that ignores everything Building the Docker image requires no files from the repo. To avoid slow Docker context copying when building the image, ignore all files.
2021-12-06Update Dockerfile (#1062)Chris
- Moved to ubuntu 21.10 as base image to be able to make use of GCC 11.2 and LLVM 13 - Cleaned up necessary packages a little - Added simple instructions to the Dockerfile for easier usage
2021-05-30ZAPD update: libpng, zroom improvements and others (#811)Anghelo Carvajal
* git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "769f5702a" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "769f5702a" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * Add `libpng` to readme * Remove `-ifp` since it doesn't exists anymore in ZAPD * Remove extra print I added * Add UNK_09 macro and other minor fixes * Simplify PNG rules * simplify gitignore * Update README.md Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update dockerfile * basic instructions for cygwin and mac * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "86160be69" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "86160be69" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * Change nanoseconds to seconds in extract_assets.py Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
2020-07-04Decompiled ovl_En_Zl2 (2 nonmatchings) (#223)Ethan Roseman
* Almost dun * 3 more, progress... * 2 more * Fixing field rename * improvement * 1 more * progress * more * work * Preparing for PR * Comments * tidbits * more tidbits * fixes * PR comments * Nonmatching reloc * PR suggestions * PR suggestions
2020-05-07Fixing Dockerfile (#123)Ethan Roseman
2020-05-04Decompiled ovl_En_Cow (#113)Ethan Roseman
* Beginning the Cow * Decompiled ovl_En_Cow * Giving the cow milk
2020-05-01Decompiled ovl_En_Ma2 (#93)Ethan Roseman
* first steps * some more * fixing merge * more progress * progs * Decompiled ovl_En_Ma1 * newline * Pr suggestion * 2 to go * Makefile machinery work * Updating Jenkinsfile * Initial setup for OSX repo support * Adding ido7 to repo * Makefile reversion * Iniital Dockerfile * iconv fix * Docker stuff * Dun * Fixing stuff * Updating Dockerfile * Update README-OSX.md * Restore functions.h * Formatting * Defining some funcs * Renaming funcs * Removing unnecessary README-OSX * Addressing PR comments
2020-04-24Docker Support for OSX (#91)Ethan Roseman
* Makefile machinery work * Updating Jenkinsfile * Initial setup for OSX repo support * Adding ido7 to repo * Makefile reversion * Iniital Dockerfile * Docker stuff * fixbaserom cleanup * Attempting to fix fixbaserom * baserom_original -> input * Revert "baserom_original -> input" This reverts commit d9199462b67473a74b451d35281c8650739b8866. * Spiffing up readme for OSX