Sign inSign up

gustavolaux/node-reviewdog

By gustavolaux

•Updated almost 7 years ago

Base nodejs image with reviewdog binary

Image
0

171

gustavolaux/node-reviewdog repository overview

FROM node:10.16-slim

RUN apt-get update &&
apt-get install -y git wget --no-install-recommends &&
rm -rf /var/lib/apt/lists/*

RUN curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh⁠ | sh -s

Tag summary

Content type

Image

Digest

Size

85.9 MB

Last updated

almost 7 years ago

docker pull gustavolaux/node-reviewdog