Packages

Build custom Docker images from Dockerfile and use them as typed formulas in testcontainer.

Current section

Files

Jump to

gleam.toml

name = "testcontainer_dockerfile"
version = "1.0.0"
description = "Build custom Docker images from Dockerfile and use them as typed formulas in testcontainer."
licences = ["MIT"]
repository = { type = "github", user = "lupodevelop", repo = "testcontainer_dockerfile" }
gleam = ">= 1.14.0"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
testcontainer = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
cowl = ">= 1.0.0 and < 2.0.0"
fio = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"