Skip to content

Commit ac04471

Browse files
author
mike dupont
committed
adding update
1 parent 32a3baa commit ac04471

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rundocker.sh

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ ls -latr
88
set -e # stop on any error
99
export WORKSOURCE="/opt/agent"
1010
snap install aws-cli --classic
11+
apt install -y jq
12+
echo for now install helper tools
13+
apt install -y lsof strace nmap
14+
#apt install -y emacs-nox
1115
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 916723593639.dkr.ecr.us-east-2.amazonaws.com
1216
adduser --disabled-password --gecos "" agent --home "/home/agent" || echo ignore
1317
git config --global --add safe.directory "/opt/agent"

0 commit comments

Comments
 (0)