We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a3baa commit ac04471Copy full SHA for ac04471
rundocker.sh
@@ -8,6 +8,10 @@ ls -latr
8
set -e # stop on any error
9
export WORKSOURCE="/opt/agent"
10
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
15
aws ecr get-login-password --region us-east-2 | docker login --username AWS --password-stdin 916723593639.dkr.ecr.us-east-2.amazonaws.com
16
adduser --disabled-password --gecos "" agent --home "/home/agent" || echo ignore
17
git config --global --add safe.directory "/opt/agent"
0 commit comments