docker-aseprite-linux
docker-aseprite-linux copied to clipboard
Docker container for easily building Aseprite for linux
i followed all previous steps up to "sudo make build". the installation process begins correctly but then i get hundreds of errors starting with: tar: bin/node: Wrote only 3584 of...
Trying to run `make build` I get this error ``` docker build -t docker-aseprite . DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install...
Hi! I am getting the following error, when I try to run `./aseprite,` after having compiled. `./aseprite: error while loading shared libraries: libcrypto.so.3: cannot open shared object file: No such...
I've changed the `-b` argument to `v1.3.7` and the build fails with the following: ```Compiling skia Done. Made 100 targets from 57 files in 119ms ninja: Entering directory `out/Release-x64' ninja:...
This creates confusion as i was searching for the output folder in my home directory , then realized /output is in my root directory, maybe make some changes to the...
fixes: #17 changed the /output directory to something more convenient as home/downloads
This PR makes the following changes: - Updated Dockerfile with updated slim trixie python base image and add build arguments/environment variable passthrough to compile.sh w/ more reasonably scoped build context....
Using Release instead of RelWithDebInfo create lighter build (~10x) and build faster (~2min)
I get the following output, any ideas how to fix? ``` bengreen@pop-os:~/Applications$ cd docker-aseprite-linux/ bengreen@pop-os:~/Applications/docker-aseprite-linux$ ls compile.sh docker-compose.yml Dockerfile Makefile README.md bengreen@pop-os:~/Applications/docker-aseprite-linux$ make build docker build -t docker-aseprite . [+]...
When I try to make build, I get this error on compiling skia: ``` Compiling skia python3_bin_reldir.txt not found. need to initialize depot_tools by running gclient, update_depot_tools or ensure_bootstrap. make:...