add base image
Some checks failed
Test action / Print hello world (push) Failing after 8s

This commit is contained in:
Chris Kruining 2025-09-04 15:09:34 +02:00
parent e0c37a10a5
commit 61505943f9
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2

View file

@ -13,7 +13,7 @@ in
dockerTools.buildImage {
name = "default";
tag = "latest";
# fromImage = debian;
fromImage = debian;
copyToRoot = buildEnv {
name = "image-root";