Skip to content

Commit 458072d

Browse files
CDK for Go requires bash (#53)
1 parent 771d314 commit 458072d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="yellow"
1212

1313
LABEL "maintainer"="Scott Brenner <scott@scottbrenner.me>"
1414

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

0 commit comments

Comments
 (0)