From 665a78a2db16026f1fc9e818a41c4e96744d317d Mon Sep 17 00:00:00 2001 From: Adam Perlin Date: Thu, 21 Nov 2024 14:11:45 -0800 Subject: [PATCH] Update website/docs/container-only-builds.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com> --- website/docs/container-only-builds.md | 1 - 1 file changed, 1 deletion(-) diff --git a/website/docs/container-only-builds.md b/website/docs/container-only-builds.md index 3ad68a4f..2fd2746d 100644 --- a/website/docs/container-only-builds.md +++ b/website/docs/container-only-builds.md @@ -2,7 +2,6 @@ title: Container-only builds --- -# Container-only builds It is possible to use Dalec when you wish to build a minimal image from scratch or based on one of Dalec's supported distros (see [Targets](targets.md) for a list of these) with only certain packages installed. To do this, simply define a Dalec spec with only runtime dependencies specified. The resulting image will contain only the specified packages and their dependencies.