Skip to content

Instantly share code, notes, and snippets.

@andrejmaya
Created October 18, 2020 15:31
Show Gist options
  • Save andrejmaya/079ca0211ebec489c0d0c6407fb15a32 to your computer and use it in GitHub Desktop.
Save andrejmaya/079ca0211ebec489c0d0c6407fb15a32 to your computer and use it in GitHub Desktop.
FROM ruby:alpine
RUN apk update
RUN apk add py3-pip
RUN pip3 install cfn-lint
RUN gem install cfn-nag -v 0.6.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment