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

Commit

Permalink
Add unzip package to improve Composer performance
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-nijens committed Oct 2, 2018
1 parent 5e28e71 commit f725556
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 f725556

Please sign in to comment.