From 171202ae61c446424ca10db94ec1587ccbefa54e Mon Sep 17 00:00:00 2001 From: Cameron Showalter Date: Wed, 12 Nov 2025 10:48:51 -0900 Subject: [PATCH] Fixed cdk install pathing --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index df381cf..547f00c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -67,6 +67,8 @@ COPY package*.json . # Install aws-cdk, markdownlint stuff # hadolint ignore=DL3016 RUN npm install --no-audit --no-fund +# Force cdk to be a global install: +RUN npm install -g aws-cdk COPY linting.Makefile /app/Makefile COPY .markdownlint.yaml /app/.markdownlint.yaml