weather-portal/.github/test_image/Dockerfile
Travis Shears d15751d37b
All checks were successful
Unit Tests / Run Tests (push) Successful in 9s
create custom docker image for fargo actions
2026-03-23 15:52:35 +01:00

3 lines
129 B
Docker

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/*