Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from niels-nijens/unzip
Browse files Browse the repository at this point in the history
Add unzip package to improve Composer performance
  • Loading branch information
niels-nijens authored Oct 2, 2018
2 parents 5e28e71 + f725556 commit ed5a46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get purge -y unattended-upgrades

# Install common packages
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y imagemagick gettext subversion git
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y imagemagick gettext subversion git unzip

# Install Apache
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y apache2 libapache2-mpm-itk
Expand Down

0 comments on commit ed5a46c

Please sign in to comment.