Skip to content
Snippets Groups Projects
Commit 9b789c69 authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #3244320 by onotm, baldwinlouie, yas: Update the libraries when creating...

Issue #3244320 by onotm, baldwinlouie, yas: Update the libraries when creating AMI and CFn for Cloud Orchestrator distribution
parent 7e573145
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ Resources:
# Basic package installation
export DEBIAN_FRONTEND=noninteractive
apt-get update -yq
apt-get upgrade -yq
apt-get upgrade -yq --with-new-pkgs
apt-get install -y python3-pip python3-setuptools apache2 \
zip unzip sendmail memcached libmemcached-tools mariadb-client mariadb-server \
......
......@@ -225,7 +225,7 @@ Resources:
export DEBIAN_FRONTEND=noninteractive
apt-get update -yq
apt-get upgrade -yq
apt-get upgrade -yq --with-new-pkgs
apt-get -yq install \
php-cli php-mbstring php-xml php-gd \
apt-transport-https ca-certificates \
......
......@@ -233,7 +233,7 @@ Resources:
export DEBIAN_FRONTEND=noninteractive
apt-get update -yq
apt-get upgrade -yq
apt-get upgrade -yq --with-new-pkgs
apt-get -yq install \
php-cli php-mbstring php-xml php-gd \
apt-transport-https ca-certificates \
......
......@@ -232,7 +232,7 @@ Resources:
# Basic package installation
export DEBIAN_FRONTEND=noninteractive
apt-get update -yq
apt-get upgrade -yq
apt-get upgrade -yq --with-new-pkgs
apt-get install -y python3-pip python3-setuptools apache2 \
zip unzip sendmail memcached libmemcached-tools mariadb-client mariadb-server
......
......@@ -221,7 +221,7 @@ Resources:
# Basic package installation
export DEBIAN_FRONTEND=noninteractive
apt-get update -yq
apt-get upgrade -yq
apt-get upgrade -yq --with-new-pkgs
# Setup for Mariadb 10.5.12
apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment