diff --git a/appliances/elasticsearch/make.conf b/appliances/elasticsearch/make.conf new file mode 100644 index 0000000..6323718 --- /dev/null +++ b/appliances/elasticsearch/make.conf @@ -0,0 +1 @@ +PYTHON_SINGLE_TARGET=python3_6 diff --git a/appliances/jenkins/make.conf b/appliances/jenkins/make.conf index 33d8b2d..092e0cd 100644 --- a/appliances/jenkins/make.conf +++ b/appliances/jenkins/make.conf @@ -1,2 +1,3 @@ # Settings for TeamPlayer NGINX_MODULES_HTTP="auth_basic gzip proxy referer rewrite headers_more uwsgi" +PYTHON_SINGLE_TARGET=python3_6 diff --git a/appliances/vabuilder/make.conf b/appliances/vabuilder/make.conf index b6c22f7..1b42503 100644 --- a/appliances/vabuilder/make.conf +++ b/appliances/vabuilder/make.conf @@ -1 +1,2 @@ +PYTHON_SINGLE_TARGET=python3_6 NGINX_MODULES_HTTP="auth_basic fancyindex gzip proxy referer rewrite headers_more uwsgi"