Skip to content

Commit aaa78e8

Browse files
hunt3rihunt3ri
and
hunt3ri
authored
add aws-cdk (#2)
Co-authored-by: hunt3ri <[email protected]>
1 parent 8ad31d3 commit aaa78e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ ENV AWSCLI_URL https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
1212
RUN apt-get update && apt-get install -y \
1313
dos2unix \
1414
figlet \
15+
nodejs \
16+
npm \
1517
vim
1618

1719
# Install Python Tools
1820
# Boto3 is required for ansible to talk to AWS
1921
RUN python -m pip install --upgrade pip
20-
RUN pip install ansible boto3
22+
RUN pip install ansible aws-cdk-lib boto3 constructs==10.0.107
2123

2224
# Install AWSCLI
2325
RUN curl -o /opt/awscliv2.zip $AWSCLI_URL && \
@@ -33,3 +35,6 @@ RUN curl -o /tmp/terraform.zip $TERRAFORM_URL && \
3335
# Install Packer
3436
RUN curl -o /tmp/packer.zip $PACKER_URL && \
3537
unzip /tmp/packer.zip -d /usr/local/bin/
38+
39+
# Install AWS-CDK
40+
RUN npm install -g aws-cdk

0 commit comments

Comments
 (0)