Skip to content

Commit bf755c4

Browse files
committed
feat(rootfs/Dockerfile): add unzip archive utility
1 parent e6e65b0 commit bf755c4

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ creating [issues][] and submitting [pull requests][].
3232
* [shellcheck][]: static analysis for shell scripts
3333
* [shyaml][]: YAML access from the command line
3434
* [test-cover.sh][]: test coverage for multiple Go packages
35+
* [unxip][]: list, test, and extract files from ZIP archives
3536
* [upx][]: executable packer
3637
* [vim][]: text editor
3738

@@ -89,6 +90,7 @@ The latest deis/go-dev Docker image is available at:
8990
[shyaml]: https://github.com/0k/shyaml
9091
[test-cover.sh]: https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
9192
[Ubuntu 16.04]: https://hub.docker.com/_/ubuntu/
93+
[unzip]: https://linux.die.net/man/1/unzip
9294
[upx]: http://upx.sourceforge.net/
9395
[vim]: http://www.vim.org/
9496
[ruby]: https://www.ruby-lang.org/

rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN \
8484
&& ln -s /usr/local/bin/gometalinter /usr/local/bin/gometalinter.v2 \
8585
&& rm gometalinter-${GOMETALINTER_VERSION}-linux-amd64.tar.gz \
8686
&& pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} shyaml \
87-
&& apt-get purge --auto-remove -y libffi-dev python-dev python-pip unzip \
87+
&& apt-get purge --auto-remove -y libffi-dev python-dev python-pip \
8888
&& apt-get autoremove -y \
8989
&& apt-get clean -y \
9090
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc

0 commit comments

Comments
 (0)