Skip to content

Commit

Permalink
Add Docker for Go and Python (#54)
Browse files Browse the repository at this point in the history
* Add docker to image
  • Loading branch information
davemackintosh authored Apr 13, 2024
1 parent 458072d commit b842f64
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 bash
RUN apk --no-cache add nodejs npm python3 py3-pip git make musl-dev go bash docker
RUN npm install -g aws-cdk
RUN pip3 install aws-cdk-lib --break-system-packages

Expand Down

0 comments on commit b842f64

Please sign in to comment.