Sha256: 4f31c8676ec31e5c3e80644f32d46d501492c3534bbf7f4342dc675e3f666afa
Contents?: true
Size: 381 Bytes
Versions: 1
Compression:
Stored size: 381 Bytes
Contents
FROM ubuntu:latest RUN apt-get update # RUN gem install aws_security_viz # use bundler instead because nokogiri makes problems RUN apt-get install -y git ruby-dev ruby graphviz libxml2-dev g++ zlib1g-dev python RUN git clone https://github.com/anaynayak/aws-security-viz.git WORKDIR /aws-security-viz RUN gem install bundler --no-document RUN bundle install ENTRYPOINT ["/bin/sh"]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws_security_viz-0.1.5.pre.alpha.pre.133 | Dockerfile |