Skip to content

Commit

Permalink
feat: add aws-cdk support
Browse files Browse the repository at this point in the history
  • Loading branch information
lcenchew committed Sep 14, 2020
1 parent a203d10 commit aba76a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ RUN apt-get update \
groff \
vim \
jq \
npm \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* \
&& npm install -g aws-cdk

RUN echo "deb https://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
&& apt-get -y install apt-transport-https ca-certificates gnupg \
Expand Down
2 changes: 2 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ RUN pip3 install awscli \
&& echo 'complete -C aws_completer aws' >> ~/.bashrc \
&& echo 'activate-global-python-argcomplete' >> ~/.bashrc

RUN npm install -g aws-cdk

ENV DEBIAN_FRONTEND=dialog

0 comments on commit aba76a1

Please sign in to comment.