Here are some of the things we needed to install on EC2 instance where we are both running the env (which already has its check-env script) and now we're doing state generation/builds there as well.
1 sudo apt install docker.io docker-compose
8 sudo apt install docker.io
9 sudo apt install podman-docker
34 sudo apt-get install -y ca-certificates curl gnupg
35 sudo install -m 0755 -d /etc/apt/keyrings
41 sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
43 sudo apt install docker.io
49 sudo apt install docker-compose
135 sudo snap install gh
136 sudo apt install gh
162 sudo apt install nodejs
165 sudo apt install ripgrep
168 sudo apt install npm
Here are some of the things we needed to install on EC2 instance where we are both running the env (which already has its check-env script) and now we're doing state generation/builds there as well.
1 sudo apt install docker.io docker-compose
8 sudo apt install docker.io
9 sudo apt install podman-docker
34 sudo apt-get install -y ca-certificates curl gnupg
35 sudo install -m 0755 -d /etc/apt/keyrings
41 sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
43 sudo apt install docker.io
49 sudo apt install docker-compose
135 sudo snap install gh
136 sudo apt install gh
162 sudo apt install nodejs
165 sudo apt install ripgrep
168 sudo apt install npm