We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771d314 commit 458072dCopy full SHA for 458072d
Dockerfile
@@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="yellow"
12
13
LABEL "maintainer"="Scott Brenner <scott@scottbrenner.me>"
14
15
-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
16
RUN npm install -g aws-cdk
17
RUN pip3 install aws-cdk-lib --break-system-packages
18
0 commit comments