Skip to content

Commit 2ebe4ee

Browse files
authored
Merge pull request #2 from henrybell/henrybell-add-envsubst
Add gettext package for envsubst command
2 parents 3bee195 + 1930dce commit 2ebe4ee

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)