File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ * [ unzip] [ ] : 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/
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments