Skip to content
Snippets Groups Projects
Commit 0d042204 authored by baldwinlouie's avatar baldwinlouie Committed by Yas Naoi
Browse files

Issue #3252005 by baldwinlouie, kumikoono, yas: Add pip/python install into Docker CFn template

parent 637e2ed6
No related branches found
No related tags found
No related merge requests found
......@@ -227,6 +227,7 @@ Resources:
apt-get update -yq
apt-get upgrade -yq --with-new-pkgs
apt-get -yq install \
python3-pip python3-setuptools \
php-cli php-mbstring php-xml php-gd \
apt-transport-https ca-certificates \
curl software-properties-common \
......
......@@ -235,6 +235,7 @@ Resources:
apt-get update -yq
apt-get upgrade -yq --with-new-pkgs
apt-get -yq install \
python3-pip python3-setuptools \
php-cli php-mbstring php-xml php-gd \
apt-transport-https ca-certificates \
curl software-properties-common \
......
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