Kron4ek / Conty

Easy to use unprivileged Linux container packed into a single portable executable
MIT License
727 stars 38 forks source link

Package mono-runtime into the container #42

Closed 1MarcosDev closed 2 years ago

1MarcosDev commented 2 years ago

YoYo Games recently released an update to GameMaker Studio 2 with support for Linux via mono. Would it be possible to add the mono package and its dependencies to the container? I would be very grateful!

Kron4ek commented 2 years ago

Sorry, mono is relatively big and adding it will add around 70 MB to the image size, which is a lot for a single package. So i would prefer not to add it.

However, you can easily rebuild an existing release and add mono to it. For example, this command will rebuild Conty and will install mono:

./conty.sh -u mono

Another option is to build custom Conty using the create-arch-bootstrap.sh and create-conty.sh scripts. If you prefer this way, don't forget to add mono to the packagelist variable in create-arch-bootstrap.sh.

Note that you will temporarily need about 8 GB of free disk space in both cases.

1MarcosDev commented 2 years ago

Thanks for the reply! Happy new year, and congratulations for the amazing work with conty, he is very helpful in my daily life.