Skip to content

Commit

Permalink
Update Vagrantfile for release 9.0. (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Apr 17, 2023
1 parent 1c43e29 commit bc84b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Vagrant.configure("2") do |config|

# Every Vagrant development environment requires a box. You can search for
# boxes at https://app.vagrantup.com/boxes/search
config.vm.box = "ubuntu/focal64"
config.vm.box = "ubuntu/jammy64"

# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
Expand Down Expand Up @@ -43,7 +43,7 @@ Vagrant.configure("2") do |config|
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y git zip unzip apache2 default-jdk mysql-server
apt-get install -y libapache2-mod-php php-mbstring php-pear php php-dev php-gd php-intl php-json php-ldap php-mysql php-soap php-xml php-curl
apt-get install -y libapache2-mod-php php-pear php php-curl php-dev php-gd php-intl php-json php-ldap php-mbstring php-mysql php-soap php-xml
# Install composer.
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
Expand Down

0 comments on commit bc84b01

Please sign in to comment.