Skip to content

Commit 92a2b51

Browse files
authored
fix(seaweedfs): busybox wget required (#1829)
1 parent 50b2031 commit 92a2b51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deploy/images/seaweedfs/apko.tmpl.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ contents:
66
keyring:
77
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
88
packages:
9-
- wolfi-base
9+
- busybox-full # busybox wget needed for seaweedfs-bucket-hook, wget from package repos does not work
1010
- seaweedfs~${PACKAGE_VERSION}
1111
- fuse3 # for weed mount
12-
- wget # for seaweedfs-bucket-hook
1312

1413
accounts:
1514
groups:

0 commit comments

Comments
 (0)