Skip to content

Commit e405def

Browse files
author
Benjamin Calef
authored
Merge pull request #51 from zepgram/develop
[v1.3.2] fix percona install
2 parents 7b63c14 + cc90f93 commit e405def

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ magento:
1919
url: 'dev.magento.com'
2020
source: 'composer'
2121
edition: 'community'
22-
version: '2.3.3'
22+
version: '2.3.4'
2323
php_version: 'default'
2424
sample: 'true'
2525
mode: 'developer'

provision/010-system-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030

3131
# Required packages
3232
apt-get install -y \
33-
curl graphviz htop net-tools rsync sudo tree wget unzip zip g++ \
33+
curl graphviz htop net-tools rsync sudo tree wget unzip zip g++ gnupg2 \
3434
libsqlite3-dev libxml2-utils build-essential software-properties-common \
3535
postfix mailutils libsasl2-2 libsasl2-modules ca-certificates libnss3-tools \
3636
apt-transport-https openssl redis-server nginx \

0 commit comments

Comments
 (0)