Use country and env vars in the image build process
The following env vars will be declared in the gitlab-ci file:
COUNTRY: "MX"
LANGUAGE: "es_MX"
If they are defined the COUNTRY
var must be decalred in the conteiner and the LANGUAGE
must be used as parameter during the install process:
-i app --load-language=${LANGUAGE} ...