We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6179bf + 02e412e commit d729ef8Copy full SHA for d729ef8
2 files changed
components/pkg-export-container/habitat/plan.ps1
@@ -4,7 +4,6 @@ $pkg_maintainer = "The Habitat Maintainers <humans@habitat.sh>"
4
$pkg_license = @("Apache-2.0")
5
$pkg_bin_dirs = @("bin")
6
$pkg_deps=@(
7
- "core/docker",
8
"core/visual-cpp-redist-2022"
9
)
10
$pkg_build_deps = @(
components/pkg-export-container/habitat/plan.sh
@@ -4,10 +4,7 @@ _pkg_distname=$pkg_name
pkg_origin=chef
pkg_maintainer="The Habitat Maintainers <humans@habitat.sh>"
pkg_license=('Apache-2.0')
-pkg_deps=(
- core/buildah
- core/docker
-)
+pkg_deps=()
11
pkg_build_deps=(
12
core/musl
13
core/perl # Needed for vendored openssl-sys
0 commit comments