From d1f99765e0aad8ccf6db03a989b5172ff477571d Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Tue, 7 Aug 2018 15:15:14 -0400 Subject: [PATCH] Add python3 package --- script/alpine_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/alpine_setup b/script/alpine_setup index e95d3134..b9eeb9a7 100755 --- a/script/alpine_setup +++ b/script/alpine_setup @@ -10,7 +10,7 @@ APP_USER="atst" APP_UID="8010" # Add additional packages required by app dependencies -ADDITIONAL_PACKAGES="postgresql-libs uwsgi uwsgi-python3" +ADDITIONAL_PACKAGES="postgresql-libs python3 uwsgi uwsgi-python3" # Run the shared alpine setup script source ./script/include/run_alpine_setup