Explorar el Código

Add constructs to CDK

Ben hace 3 meses
padre
commit
cd89c1e7aa
Se han modificado 1 ficheros con 1 adiciones y 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" ]