spelling: debian packages

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2021-01-06 22:03:03 -05:00
parent 3297f69916
commit bd46991731

View File

@@ -55,7 +55,7 @@ func (c *buildContext) Build() (err error) {
func (c *buildContext) buildImage(bits kube.Bits) error {
// create build container
// NOTE: we are using docker run + docker commit so we can install
// debians without permanently copying them into the image.
// debian packages without permanently copying them into the image.
// if docker gets proper squash support, we can rm them instead
// This also allows the KubeBit implementations to perform programmatic
// install in the image