docker-library / buildpack-deps

MIT License
445 stars 113 forks source link

Add unzip package #106

Closed linquize closed 4 years ago

linquize commented 4 years ago

It is quite common that packages are distributed in .zip instead of tar.gz. I suggest to add unzip package to buildpack-deps.

ubuntu unzip package size is around 600KB which is small.

tianon commented 4 years ago

It's already included:

https://github.com/docker-library/buildpack-deps/blob/b26561e02c96fc42c9001edc1ecb1c4477fbab90/Dockerfile.template#L45

linquize commented 4 years ago

Oh! buildpack-deps:focal-scm does not have that but buildpack-deps:focal already has that.