Commit Graph

9 Commits

Author SHA1 Message Date
Kashargul 2cf86233ca font awesome update (#17991)
* font awesome

* .

* .

* deps

* libcurl

* .

* fix color particle
2025-07-13 01:21:15 -07:00
Kashargul 9c71c3bb4f Yarn to bun migration port (#17887)
* Yarn to bun migration port

* .

* .

* .

* .

* .

* .

* .

* missed that

* ...

* can't have those

* end of compat

* port tg 91703

* we need to accept the eula

* make sure to use basic

* -f as JL suggested

* Update dependencies.sh

* push

---------

Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
2025-06-28 02:50:36 +02:00
ShadowLarkens 0c9b8acd23 Fix CI by adding user-agent to byond downloads (#17694)
* Fix CI by adding user-agent to byond downloads

* Update Dockerfile

* Update install_byond.sh

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-05-11 13:06:06 +02:00
Kashargul cf16ae1529 Python and ubuntu version up (#16811)
* Python and ubuntu version up

* up

* up further

* .

* .

* Update requirements.txt

* manual states

* wrong branch

* Revert "manual states"

This reverts commit 5f76efd04e.
2025-01-27 07:16:08 +10:00
Kashargul df8cea1443 docker file and version update (#16761)
* docker file and version update

* don't go further up yet

* Update Dockerfile

* Update Dockerfile

* unifi dependencies

* all features for us
2024-12-28 20:32:27 +10:00
Kashargul d7ae13d365 Update Dockerfile
Co-authored-by: Selis <sirlionfur@hotmail.de>
2023-09-19 15:16:15 +02:00
Kashargul c731b01f87 Updated Docker file
Changes:

- Replaced the dependency on the tgstation Byond build by integrating their docker file from https://github.com/tgstation/byond-docker/blob/master/Dockerfile directly to no longer being reliant on prebuild Byond images. Any major and minor version of Byond can now be selected directly.

- Changed the remote origin of the rust-g repository to use the vorestation fork instead of the original tgstation repository.

- Changed the rust_g output of the compiled file to use the new format and direct location which the game looks for first.

- Swapped the copy order of the vorestation files and the librust_g.so.

The latter change was necessary as during the copy command, the vorestation pre-compiled librust_g.so gets copied over. This one causes issues though. (Seemingly compatibility as neither Log_Write nor File_Write works). As the game first looked in that directory, the rust_g file wasn't used and to use the rust_g file, the librust_g.so has to be deleted. It's much easier to simply overwrite the copied over librust_g.so with the newly compiled one.
2023-09-14 17:40:21 +02:00
mel-byond defd503419 Update Dockerfile
Fixing some dumb crap that caused vChat to not load, might as well remove the deploy file
2021-01-07 11:52:32 +02:00
mel-byond 7ab2aafab7 Create Dockerfile 2021-01-07 09:38:55 +02:00