Skip to content

Commit

Permalink
CDK for Go requires bash (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemackintosh authored Feb 12, 2024
1 parent 771d314 commit 458072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="yellow"

LABEL "maintainer"="Scott Brenner <[email protected]>"

RUN apk --no-cache add nodejs npm python3 py3-pip git make musl-dev go
RUN apk --no-cache add nodejs npm python3 py3-pip git make musl-dev go bash
RUN npm install -g aws-cdk
RUN pip3 install aws-cdk-lib --break-system-packages

Expand Down

0 comments on commit 458072d

Please sign in to comment.