Skip to content

Commit 6c701f4

Browse files
author
mike dupont
committed
update packages
1 parent 9fb68d0 commit 6c701f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rundocker.sh

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ls -latr
77
. ./.env # for secrets
88
set -e # stop on any error
99
export WORKSOURCE="/opt/eliza"
10+
snap install aws-cli --classic
1011
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 916723593639.dkr.ecr.us-east-2.amazonaws.com
1112
adduser --disabled-password --gecos "" eliza --home "/home/eliza" || echo ignore
1213
git config --global --add safe.directory "/opt/eliza"

0 commit comments

Comments
 (0)