Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion components/pkg-export-container/habitat/plan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ $pkg_maintainer = "The Habitat Maintainers <humans@habitat.sh>"
$pkg_license = @("Apache-2.0")
$pkg_bin_dirs = @("bin")
$pkg_deps=@(
"core/docker",
"core/visual-cpp-redist-2022"
)
$pkg_build_deps = @(
Expand Down
5 changes: 1 addition & 4 deletions components/pkg-export-container/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=()
pkg_build_deps=(
core/musl
core/perl # Needed for vendored openssl-sys
Expand Down
Loading