diff --git a/Dockerfile b/Dockerfile index 0ab8155..5e7ec1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL "com.github.actions.color"="yellow" LABEL "maintainer"="Scott Brenner " -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