Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #12 from godrei/zip
Browse files Browse the repository at this point in the history
install zip
  • Loading branch information
viktorbenei committed Apr 16, 2016
2 parents 11e935d + 112f428 commit e34dbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install git mercurial curl wget rs
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install python
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install build-essential
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install unzip
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install zip
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install tree
# For PPAs
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common
Expand Down
1 change: 1 addition & 0 deletions system_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ver_line="$(curl --version | grep curl)" ; echo "* curl: $ver_line"
ver_line="$(wget --version | grep 'GNU Wget')" ; echo "* wget: $ver_line"
ver_line="$(rsync --version | grep version)" ; echo "* rsync: $ver_line"
ver_line="$(unzip -v | head -n 1)" ; echo "* unzip: $ver_line"
ver_line="$(zip -v | head -n 2 | tail -n 1)"; echo "* zip: $ver_line"
ver_line="$(tar --version | head -n 1)" ; echo "* tar: $ver_line"
ver_line="$(tree --version)" ; echo "* tree: $ver_line"

Expand Down

0 comments on commit e34dbe1

Please sign in to comment.