Explorar o código

Add constructs to CDK

Ben hai 3 meses
pai
achega
cd89c1e7aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile.cdk

+ 1 - 1
Dockerfile.cdk

@@ -6,6 +6,6 @@ RUN apt update && \
     apt install -y curl wget git yq jq unzip nodejs npm && \
     rm -rf /var/lib/apt/lists/*
 
-RUN npm i -g aws-cdk
+RUN npm i -g aws-cdk constructs
 
 ENTRYPOINT [ "/bin/bash" ]