Created
August 18, 2024 16:22
-
-
Save jsmolina/ac700d2d4c716605f3b2a705a5f47c71 to your computer and use it in GitHub Desktop.
Allegro 4: using allegro tools from any OS by running them from docker
This file contains hidden or 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
version: "3" | |
services: | |
allegro: | |
image: docker.io/amarillion/alleg4-buildenv | |
volumes: | |
- ./static:/data | |
# allegro tools in version 4 fail for no reason even on DOS. | |
# copy this yaml in your project and create a `static` subdirectory | |
# then execute any allegro utility like this: | |
# ` docker-compose run allegro dat data.dat -a ASSET.BMP ASSET2.BMP` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment