diff --git a/infrastructure/src/images/Dockerfile.base b/infrastructure/src/images/Dockerfile.base index 55fc8e5..12e7f20 100644 --- a/infrastructure/src/images/Dockerfile.base +++ b/infrastructure/src/images/Dockerfile.base @@ -2,4 +2,4 @@ FROM node:20-alpine3.19 AS setup RUN apk add --no-cache python3 make g++ RUN apk add --no-cache jq RUN apk add --no-cache git -RUN apk add --no-cache aws-cli \ No newline at end of file +RUN apk add --no-cache aws-cli