Skip to content

Commit 1930dce

Browse files
committed
Add gettext package for envsubst command
1 parent 3bee195 commit 1930dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

createApp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ echo GIT_TOKEN=$GIT_TOKEN
2929
echo TEMPLATE_FOLDER=${TEMPLATE_FOLDER}
3030

3131
apt-get update
32-
apt-get install curl git -y
32+
apt-get install curl gettext git -y
3333

3434
#git config --global user.email $(gcloud config get-value account)
3535
git config --global user.email ${INSTANCE_GIT_REPO_OWNER}

0 commit comments

Comments
 (0)