create custom docker image for fargo actions
All checks were successful
Unit Tests / Run Tests (push) Successful in 9s

This commit is contained in:
Travis Shears 2026-03-23 15:43:04 +01:00
parent baac17eeff
commit d15751d37b
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
3 changed files with 20 additions and 4 deletions

3
.github/test_image/Dockerfile vendored Normal file
View file

@ -0,0 +1,3 @@
FROM ghcr.io/gleam-lang/gleam:v1.15.2-erlang
RUN apt-get update && apt-get install -y nodejs npm && rm -rf /var/lib/apt/lists/*