Skip to content

Commit 00498a5

Browse files
authored
Merge pull request #1431 from credebl/develop
feat/credo-spinup-script (#1427)
2 parents 2571b42 + c43f3c2 commit 00498a5

File tree

4 files changed

+221
-419
lines changed

4 files changed

+221
-419
lines changed

Dockerfiles/Dockerfile.agent-provisioning

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN set -eux \
99
aws-cli \
1010
docker \
1111
docker-compose \
12+
jq \
1213
&& npm install -g pnpm --ignore-scripts \
1314
&& export PATH=$PATH:/usr/lib/node_modules/pnpm/bin \
1415
&& rm -rf /var/cache/apk/*
@@ -46,6 +47,7 @@ RUN set -eux \
4647
aws-cli \
4748
docker \
4849
docker-compose \
50+
jq \
4951
&& npm install -g pnpm --ignore-scripts \
5052
&& export PATH=$PATH:/usr/lib/node_modules/pnpm/bin \
5153
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)