Created
October 18, 2020 15:31
-
-
Save andrejmaya/079ca0211ebec489c0d0c6407fb15a32 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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