-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove wget from default busybox config.
Wget is a http/https client. We have decided to remove it from the default busybox build as simply good hygiene. Images that need a command line http client have the following options: * add curl package * add wget package * use busybox-full package instead of busybox. Also note that ssl config option is dropped. This is because wget is the only thing that was pulling it in.
- Loading branch information
Showing
2 changed files
with
38 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters