-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop stuff we don't need in the final image. Before: ``` 4.0K ./var 32K ./doc 252K ./etc 2.2M ./sbin 3.6M ./man 4.2M ./x86_64-linux-musl 36M ./include 98M ./libexec 138M ./share 163M ./bin 262M ./lib 263M ./go 969M . ``` After: ``` 4.0K ./var 32K ./doc 252K ./etc 2.2M ./sbin 3.6M ./man 4.2M ./x86_64-linux-musl 36M ./include 61M ./share 98M ./libexec 163M ./bin 239M ./go 262M ./lib 867M . ``` So -100M (uncompressed). Signed-off-by: Andrey Smirnov <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
1 deletion.
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
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