We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b63c14 + cc90f93 commit e405defCopy full SHA for e405def
config.yaml.example
@@ -19,7 +19,7 @@ magento:
19
url: 'dev.magento.com'
20
source: 'composer'
21
edition: 'community'
22
- version: '2.3.3'
+ version: '2.3.4'
23
php_version: 'default'
24
sample: 'true'
25
mode: 'developer'
provision/010-system-packages.sh
@@ -30,7 +30,7 @@ fi
30
31
# Required packages
32
apt-get install -y \
33
- curl graphviz htop net-tools rsync sudo tree wget unzip zip g++ \
+ curl graphviz htop net-tools rsync sudo tree wget unzip zip g++ gnupg2 \
34
libsqlite3-dev libxml2-utils build-essential software-properties-common \
35
postfix mailutils libsasl2-2 libsasl2-modules ca-certificates libnss3-tools \
36
apt-transport-https openssl redis-server nginx \
0 commit comments