Sign inSign up

skaas/node-inspec

By skaas

Updated over 5 years ago

Image
0

260

skaas/node-inspec repository overview

Ubuntu-based Node, Python, and Inspec image.

FROM ubuntu:18.04
LABEL maintainer="SKaaS Technology <[email protected]>"
ARG VERSION=2.0.0

#Nodejs 14
RUN apt-get update && apt-get -y install curl \
    && curl -sL https://deb.nodesource.com/setup_14.x | bash - \
    && apt-get update && apt install -y nodejs

#Python 3
RUN apt-get update && apt-get install -y python3 python3-pip \
    && pip3 install --upgrade pip --user

RUN apt-get update && \
    curl https://omnitruck.chef.io/install.sh | bash -s -- -P inspec

RUN inspec env --chef-license=accept

Tag summary

Content type

Image

Digest

Size

299 MB

Last updated

over 5 years ago

docker pull skaas/node-inspec