Skip to content

Commit d729ef8

Browse files
authored
Merge pull request #10340 from habitat-sh/no_docker_buildah
remove convenience dependencies of docker and buildah
2 parents e6179bf + 02e412e commit d729ef8

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

components/pkg-export-container/habitat/plan.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ $pkg_maintainer = "The Habitat Maintainers <humans@habitat.sh>"
44
$pkg_license = @("Apache-2.0")
55
$pkg_bin_dirs = @("bin")
66
$pkg_deps=@(
7-
"core/docker",
87
"core/visual-cpp-redist-2022"
98
)
109
$pkg_build_deps = @(

components/pkg-export-container/habitat/plan.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ _pkg_distname=$pkg_name
44
pkg_origin=chef
55
pkg_maintainer="The Habitat Maintainers <humans@habitat.sh>"
66
pkg_license=('Apache-2.0')
7-
pkg_deps=(
8-
core/buildah
9-
core/docker
10-
)
7+
pkg_deps=()
118
pkg_build_deps=(
129
core/musl
1310
core/perl # Needed for vendored openssl-sys

0 commit comments

Comments
 (0)