Sfoglia il codice sorgente

Add constructs to CDK

Ben 3 mesi fa
parent
commit
cd89c1e7aa
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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" ]